From hibernate-commits at lists.jboss.org Wed Sep 2 15:30:35 2009 Content-Type: multipart/mixed; boundary="===============1781686950192001004==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r17471 - validator/trunk/hibernate-validator/src/main/docbook/en-US/modules. Date: Wed, 02 Sep 2009 15:30:35 -0400 Message-ID: <200909021930.n82JUZtW017436@svn01.web.mwc.hst.phx2.redhat.com> --===============1781686950192001004== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: hardy.ferentschik Date: 2009-09-02 15:30:35 -0400 (Wed, 02 Sep 2009) New Revision: 17471 Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/using= validator.xml Log: HV-220 Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/module= s/usingvalidator.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/usin= gvalidator.xml 2009-09-02 18:50:50 UTC (rev 17470) +++ validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/usin= gvalidator.xml 2009-09-02 19:30:35 UTC (rev 17471) @@ -614,6 +614,17 @@
Using groups = + Groups allow you to restrict the set of constraints applied duri= ng + validation. This allows for example for wizard like validation where f= or + each step of the wizard only a specified subset of all defined constra= ints + get validated. The groups targeted are passed as var-args parameters to + validate, + validateProperty and + validateValue. All constraints belonging to t= he + targeted group are applied during the Section 3.5. When more than one + group is requested, the order in which the groups are evaluated is not + deterministic. +
Group sequences = @@ -625,7 +636,7 @@ Built-in constraints = Hibernate Validator comes with some built-in constraints, which - covers most basic data checks. As we'll see later, you're not limited = to + covers some basic data checks. As we'll see later, you're not limited = to them, you can literally in a minute write your own constraints. = --===============1781686950192001004==--