Package simpleorm.dataset.validation
Class SValidatorNotNull
java.lang.Object
simpleorm.dataset.validation.SValidatorI
simpleorm.dataset.validation.SValidatorNotNull
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onValidate
(SFieldMeta field, SRecordInstance instance) Called when individual field changed, or when record updated.
-
Constructor Details
-
SValidatorNotNull
public SValidatorNotNull()
-
-
Method Details
-
onValidate
Description copied from class:SValidatorI
Called when individual field changed, or when record updated. (Default behaviour is to call all registered validators.)- Specified by:
onValidate
in classSValidatorI
- See Also:
-