Uses of Interface
org.openxava.validators.IValidator
Packages that use IValidator
-
Uses of IValidator in org.openxava.validators
Subinterfaces of IValidator in org.openxava.validatorsModifier and TypeInterfaceDescriptioninterfaceValidates entity (or aggregate too) before removing.Classes in org.openxava.validators that implement IValidator -
Uses of IValidator in org.openxava.validators.meta
Methods in org.openxava.validators.meta that return IValidatorModifier and TypeMethodDescriptionMetaValidator.createValidator()Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.MetaValidator.getValidator()The first time the validator is created, the other times returns the created one.