Package velosurf.validation

Contains all classes related to data validation constraints.

See:
          Description

Class Summary
DateRange A type and range constraint on dates.
EmailCheck 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.
RowConstraint This class encapsulates a constraint on a column or a set of an entity, used to validate data before an update or an insert.
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~