Uses of Enum
javax.persistence.ValidationMode
Packages that use ValidationMode
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
SPI for Jakarta Persistence providers
-
Uses of ValidationMode in javax.persistence
Methods in javax.persistence that return ValidationModeModifier and TypeMethodDescriptionstatic ValidationMode
Returns the enum constant of this type with the specified name.static ValidationMode[]
ValidationMode.values()
Returns an array containing the constants of this enum type, 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.