|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyConstraint | |
---|---|
org.hibernate.validator |
Uses of PropertyConstraint in org.hibernate.validator |
---|
Classes in org.hibernate.validator that implement PropertyConstraint | |
---|---|
class |
LengthValidator
Do check a length restriction on a string, and apply expected contraints on hibernate metadata. |
class |
MaxValidator
Do check a max restriction on a numeric (whether and actual number or its string representation, and apply expected contraints on hibernate metadata. |
class |
MinValidator
Do check a min restriction on a numeric (whether and actual number or its string representation, and apply expected contraints on hibernate metadata. |
class |
NotNullValidator
Check a not null restriction on an object and apply the equivalent constraint on hibernate metadata. |
class |
PastValidator
Check that a given date is in the past, and apply the same restriction at the DB level |
class |
RangeValidator
The value has to be in a defined range, the constraint is also applied on DB |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |