Uses of Enum Class
jakarta.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 jakarta.persistence
Subclasses with type arguments of type ValidationMode in jakarta.persistenceModifier and TypeClassDescriptionenumThe validation mode to be used by the provider for the persistence unit.Methods in jakarta.persistence that return ValidationModeModifier and TypeMethodDescriptionPersistenceConfiguration.validationMode()The validation mode,ValidationMode.AUTOby default.static ValidationModeReturns 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.Methods in jakarta.persistence with parameters of type ValidationModeModifier and TypeMethodDescriptionPersistenceConfiguration.validationMode(ValidationMode validationMode) Specify the validation mode for the persistence unit. -
Uses of ValidationMode in jakarta.persistence.spi
Methods in jakarta.persistence.spi that return ValidationModeModifier and TypeMethodDescriptionPersistenceUnitInfo.getValidationMode()Returns the validation mode to be used by the persistence provider for the persistence unit.