Uses of Class
org.apache.openjpa.validation.ValidationException
-
Packages that use ValidationException Package Description org.apache.openjpa.persistence.validation org.apache.openjpa.validation -
-
Uses of ValidationException in org.apache.openjpa.persistence.validation
Methods in org.apache.openjpa.persistence.validation that return ValidationException Modifier and Type Method Description <T> ValidationException
ValidatorImpl. validate(T arg0, int event)
Validates a given instance<T> ValidationException
ValidatorImpl. validateProperty(T arg0, java.lang.String property, int event)
Validates a property of a given instance<T> ValidationException
ValidatorImpl. validateValue(java.lang.Class<T> arg0, java.lang.String arg1, java.lang.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
Methods in org.apache.openjpa.validation that return ValidationException Modifier and Type Method Description abstract <T> ValidationException
AbstractValidator. validate(T arg0, int event)
<T> ValidationException
Validator. validate(T arg0, int event)
Validates a given instanceabstract <T> ValidationException
AbstractValidator. validateProperty(T arg0, java.lang.String property, int event)
<T> ValidationException
Validator. validateProperty(T arg0, java.lang.String property, int event)
Validates a property of a given instanceabstract <T> ValidationException
AbstractValidator. validateValue(java.lang.Class<T> arg0, java.lang.String arg1, java.lang.Object arg2, int event)
<T> ValidationException
Validator. validateValue(java.lang.Class<T> arg0, java.lang.String arg1, java.lang.Object arg2, int event)
Validates a value based upon the constraints applied to a given class attribute.
-