Package velosurf.validation

Contains all classes related to data validation constraints.

See:
          Description

Class Summary
DateRange A type and range constraint on dates.
Email An 'email' constraint.
FieldConstraint This class encapsulates a constraint on a column of an entity, used to validate data before an update or an insert.
Length A string length constraint.
NotEmpty A "not empty" constraint.
NotNull A "not null" constraint.
OneOf An enumeration constraint.
Range A type and range constraint on numbers.
Reference A foreign key constraint.
Regex A regular expression pattern constraint.
ValidationFilter This class is an optional filter that will validate query data according to the velosurf.entity query parameter (may be multivalued).
 

Package velosurf.validation Description

Contains all classes related to data validation constraints.

Package Specification



~ooOoo~