Class RDBMSPropertyValidator

  • All Implemented Interfaces:
    org.datanucleus.properties.PropertyValidator

    public class RDBMSPropertyValidator
    extends java.lang.Object
    implements org.datanucleus.properties.PropertyValidator
    Validator for persistence properties used by RDBMS.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean validate​(java.lang.String name, java.lang.Object value)
      Validate the specified property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RDBMSPropertyValidator

        public RDBMSPropertyValidator()
    • Method Detail

      • validate

        public boolean validate​(java.lang.String name,
                                java.lang.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