Closed
Description
Mark Pollack opened DATAMONGO-36 and commented
Spring 3.0 supports JSR-303. If
<bean id="validator" class="org.springframework.validation.beanvalidation.LocalValidatorFactoryBean"/>
is defined, we can ask the container for the validator (is there an Aware interface?) and then perform validation within MongoTemplate methods that take a POJO for Create, update, or delete operations.
Affects: 1.0 M2
Attachments:
- mylyn-context.zip (6.70 kB)
Referenced from: commits 5b13307
1 votes, 3 watchers