Spring Batch validation
- by sergionni
Hello.
Does Spring Batch framework provide its specific validation mechanism?
I mean, how it's possible to specify validation bean?
My validation is result of @NamedQuery - if query returned result, the validation is OK, else - false.