Package org.datanucleus.properties
package org.datanucleus.properties
Package providing handling for persistence properties, and in particular the validation of valid values.
All property validators have a "validate(key, value)" method called to validate the supplied value.
-
ClassDescriptionBasic property store implementation, allowing setting of propertiesValidator for a property that represents a boolean.Validator for persistence properties used by core.Class for providing faster access to properties that are rarely set but often read.Validator for a property that represents an integer.Representation of a store of properties.Exception thrown when trying to access a property as a specific type yet it is not possible to return as that type.Interface defining a validator for a DataNucleus property.Validator for a property that represents a String.