Uses of Interface
org.datanucleus.properties.PropertyValidator
-
Packages that use PropertyValidator Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.properties Package providing handling for persistence properties, and in particular the validation of valid values. -
-
Uses of PropertyValidator in org.datanucleus
Fields in org.datanucleus with type parameters of type PropertyValidator Modifier and Type Field Description private java.util.Map<java.lang.String,PropertyValidator>Configuration. propertyValidators -
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.
-