Uses of Enum Class
jakarta.persistence.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 jakarta.persistence
Modifier and TypeMethodDescriptionPersistenceConfiguration.validationMode()
The validation mode,AUTO
by default.static 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.Modifier and TypeMethodDescriptionPersistenceConfiguration.validationMode
(ValidationMode validationMode) Specify the validation mode for the persistence unit. -
Uses of ValidationMode in jakarta.persistence.spi
Modifier and TypeMethodDescriptionPersistenceUnitInfo.getValidationMode()
Returns the validation mode to be used by the persistence provider for the persistence unit.