Class RDBMSPropertyValidator

java.lang.Object
org.datanucleus.store.rdbms.RDBMSPropertyValidator
All Implemented Interfaces:
org.datanucleus.properties.PropertyValidator

public class RDBMSPropertyValidator extends Object implements org.datanucleus.properties.PropertyValidator
Validator for persistence properties used by RDBMS.
  • Constructor Details

    • RDBMSPropertyValidator

      public RDBMSPropertyValidator()
  • Method Details

    • validate

      public boolean validate(String name, Object value)
      Validate the specified property.
      Specified by:
      validate in interface org.datanucleus.properties.PropertyValidator
      Parameters:
      name - Name of the property
      value - Value
      Returns:
      Whether it is valid