Uses of Interface
org.datanucleus.properties.PropertyValidator
Packages that use PropertyValidator
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
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 PropertyValidatorModifier and TypeFieldDescriptionprivate Map
<String, PropertyValidator> Configuration.propertyValidators
-
Uses of PropertyValidator in org.datanucleus.properties
Classes in org.datanucleus.properties that implement PropertyValidatorModifier and TypeClassDescriptionclass
Validator for a property that represents a boolean.class
Validator for persistence properties used by core.class
Validator for a property that represents an integer.class
Validator for a property that represents a String.