|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationException | |
---|---|
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 | ||
---|---|---|
|
ValidatorImpl.validate(T arg0,
int event)
Validates a given instance |
|
|
ValidatorImpl.validateProperty(T arg0,
String property,
int event)
Validates a property of a given instance |
|
|
ValidatorImpl.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 |
---|
Methods in org.apache.openjpa.validation that return ValidationException | ||
---|---|---|
|
Validator.validate(T arg0,
int event)
Validates a given instance |
|
abstract
|
AbstractValidator.validate(T arg0,
int event)
|
|
|
Validator.validateProperty(T arg0,
String property,
int event)
Validates a property of a given instance |
|
abstract
|
AbstractValidator.validateProperty(T arg0,
String property,
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. |
|
abstract
|
AbstractValidator.validateValue(Class<T> arg0,
String arg1,
Object arg2,
int event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |