org.datanucleus.store.rdbms
Class RDBMSPropertyValidator
java.lang.Object
org.datanucleus.store.rdbms.RDBMSPropertyValidator
- All Implemented Interfaces:
- org.datanucleus.properties.PersistencePropertyValidator
public class RDBMSPropertyValidator
- extends Object
- implements org.datanucleus.properties.PersistencePropertyValidator
Validator for persistence properties used by RDBMS.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDBMSPropertyValidator
public RDBMSPropertyValidator()
validate
public boolean validate(String name,
Object value)
- Validate the specified property.
- Specified by:
validate in interface org.datanucleus.properties.PersistencePropertyValidator
- Parameters:
name - Name of the propertyvalue - Value
- Returns:
- Whether it is valid
Copyright © 2012. All Rights Reserved.