Spring Batch validation
Posted
by sergionni
on Stack Overflow
See other posts from Stack Overflow
or by sergionni
Published on 2010-05-13T15:28:52Z
Indexed on
2010/05/13
15:34 UTC
Read the original article
Hit count: 259
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.
© Stack Overflow or respective owner