Uses of Enum
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
Fields in jakarta.persistence declared as ValidationModeMethods in jakarta.persistence that return ValidationModeModifier and TypeMethodDescriptionPersistenceConfiguration.validationMode()The validation mode,AUTOby default.static ValidationModeReturns 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.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.