|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldConstraint | |
---|---|
velosurf.model | Classes linked to the data model : entities, attributes and actions |
velosurf.validation | Contains all classes related to data validation constraints. |
Uses of FieldConstraint in velosurf.model |
---|
Fields in velosurf.model with type parameters of type FieldConstraint | |
---|---|
private java.util.Map<java.lang.String,java.util.List<FieldConstraint>> |
Entity.constraints
Constraint by column name map. |
Methods in velosurf.model with parameters of type FieldConstraint | |
---|---|
void |
Entity.addConstraint(java.lang.String column,
FieldConstraint constraint)
Add a constraint. |
Uses of FieldConstraint in velosurf.validation |
---|
Subclasses of FieldConstraint in velosurf.validation | |
---|---|
class |
DateRange
A type and range constraint on dates. |
class |
EmailCheck
An 'email' constraint. |
class |
Length
A string length constraint. |
class |
NotEmpty
A "not empty" constraint. |
class |
NotNull
A "not null" constraint. |
class |
OneOf
An enumeration constraint. |
class |
Range
A type and range constraint on numbers. |
class |
Reference
A foreign key constraint. |
class |
Regex
A regular expression pattern constraint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |