Uses of Interface
org.datanucleus.properties.PropertyValidator
-
Packages that use PropertyValidator Package Description org.datanucleus.properties Package providing handling for persistence properties, and in particular the validation of valid values. -
-
Uses of PropertyValidator in org.datanucleus.properties
Classes in org.datanucleus.properties that implement PropertyValidator Modifier and Type Class Description classBooleanPropertyValidatorValidator for a property that represents a boolean.classCorePropertyValidatorValidator for persistence properties used by core.classIntegerPropertyValidatorValidator for a property that represents an integer.classStringPropertyValidatorValidator for a property that represents a String.
-