Uses of Enum Class
javax.persistence.ValidationMode
Packages that use ValidationMode
-
Uses of ValidationMode in javax.persistence
Methods in javax.persistence that return ValidationModeModifier and TypeMethodDescriptionstatic ValidationMode
Returns the enum constant of this class with the specified name.static ValidationMode[]
ValidationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidationMode in javax.persistence.spi
Methods in javax.persistence.spi that return ValidationModeModifier and TypeMethodDescriptionPersistenceUnitInfo.getValidationMode()
Returns the validation mode to be used by the persistence provider for the persistence unit.