有没有办法通过MongoDB的SpringData库来做NotNull、Size等验证呢?
发布于 2012-04-23 16:51:17
您可以使用MongoEventListeners +JSR303验证。我描述了如何在我的blog上做这件事
https://stackoverflow.com/questions/8757343
相似问题