Package org.apache.cayenne.annotations.validators

Class Summary
CayenneConfigurer Constraints configurer to map and configure Cayenne validation annotations to OVal ones
CayenneValidator Validator to use when validating Cayenne objects.
FutureCheck Check for the future annotation
LowerCaseCheck Check for the LowerCase annotation
PastCheck Check for the Past annotation
UpperCaseCheck Check for the UpperCase annotation
 

Annotation Types Summary
Email Check that the given field looks like an email address
Future Does the date appear in the future
Length Apply some length restrictions to the annotated element.
LowerCase Checks that the annotated field is all lower case
Max Maximum value restriction on a numeric annotated element
Min Minimum value restriction on a numeric annotated
Past Does the date appear in the Past
RegEx Check that a String matches the annotated Regular expression
Required The field is required to have a value
UpperCase Checks that the annotated field is all UPPER case
 



Copyright © 2007. All Rights Reserved.