Package | Description |
---|---|
org.openxava.validators | |
org.openxava.validators.meta |
Modifier and Type | Interface and Description |
---|---|
interface |
IRemoveValidator
Validates entity (or aggregate too) before removing.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparatorValidator
Assert that a comparation is true.
|
Modifier and Type | Method and Description |
---|---|
IValidator |
MetaValidator.createValidator()
Creates a validator each time that this method is called;
this validator is configured with the values assigned in XML.
|
IValidator |
MetaValidator.getValidator()
The first time the validator is created, the other times returns the created one.
|