[hibernate-dev] ValidationMode
Hardy Ferentschik
hardy at hibernate.org
Fri Feb 22 15:08:22 EST 2013
On 22 Jan 2013, at 6:26 PM, Steve Ebersole <steve at hibernate.org> wrote:
> Any idea why the ORM/JPA Bean Validation integration code allows
> multiple validation modes to be specified?
Are you talking about "auto", "callback", "none"? Well, "callback" to enable validation,
"none" to disable it. Why there is also "auto" which behaves like "callback" I am not so sure.
Maybe to allow for future additional options and given the JPA provider a choice to
select one!?
Is this what you meant?
--Hardy
More information about the hibernate-dev
mailing list