Uses of Class
org.apache.openjpa.validation.ValidationException
-
Uses of ValidationException in org.apache.openjpa.persistence.validation
Modifier and TypeMethodDescriptionValidatorImpl.validate
(T arg0, int event) Validates a given instanceValidatorImpl.validateProperty
(T arg0, String property, int event) Validates a property of a given instanceValidatorImpl.validateValue
(Class<T> arg0, String arg1, Object arg2, int event) Validates a value based upon the constraints applied to a given class attribute. -
Uses of ValidationException in org.apache.openjpa.validation
Modifier and TypeMethodDescriptionabstract <T> ValidationException
AbstractValidator.validate
(T arg0, int event) Validator.validate
(T arg0, int event) Validates a given instanceabstract <T> ValidationException
AbstractValidator.validateProperty
(T arg0, String property, int event) Validator.validateProperty
(T arg0, String property, int event) Validates a property of a given instanceabstract <T> ValidationException
AbstractValidator.validateValue
(Class<T> arg0, String arg1, Object arg2, int event) Validator.validateValue
(Class<T> arg0, String arg1, Object arg2, int event) Validates a value based upon the constraints applied to a given class attribute.