Package org.datanucleus.api.jpa
Class JPAPropertyValidator
- java.lang.Object
- 
- org.datanucleus.api.jpa.JPAPropertyValidator
 
- 
- All Implemented Interfaces:
- org.datanucleus.properties.PropertyValidator
 
 public class JPAPropertyValidator extends Object implements org.datanucleus.properties.PropertyValidator Validator for persistence properties used by JPA.
- 
- 
Constructor SummaryConstructors Constructor Description JPAPropertyValidator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanvalidate(String name, Object value)Validate the specified property.
 
-