Uses of Enum
javax.persistence.ValidationMode
Packages that use ValidationMode
-
Uses of ValidationMode in javax.persistence
Subclasses with type arguments of type ValidationMode in javax.persistenceModifier and TypeClassDescriptionenumThe validation mode to be used by the provider for the persistence unit.Methods in javax.persistence that return ValidationModeModifier and TypeMethodDescriptionstatic 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. -
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.