Class CorePropertyValidator

java.lang.Object
org.datanucleus.properties.CorePropertyValidator
All Implemented Interfaces:
PropertyValidator

public class CorePropertyValidator extends Object implements PropertyValidator
Validator for persistence properties used by core.
  • Constructor Details

    • CorePropertyValidator

      public CorePropertyValidator()
  • Method Details

    • validate

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