Uses of Enum Class
io.helidon.integrations.cdi.jpa.jaxb.PersistenceUnitValidationModeType
Packages that use PersistenceUnitValidationModeType
-
Uses of PersistenceUnitValidationModeType in io.helidon.integrations.cdi.jpa.jaxb
Fields in io.helidon.integrations.cdi.jpa.jaxb declared as PersistenceUnitValidationModeTypeModifier and TypeFieldDescriptionprotected PersistenceUnitValidationModeType
Persistence.PersistenceUnit.validationMode
Methods in io.helidon.integrations.cdi.jpa.jaxb that return PersistenceUnitValidationModeTypeModifier and TypeMethodDescriptionPersistence.PersistenceUnit.getValidationMode()
Gets the value of the validationMode property.Returns the enum constant of this class with the specified name.static PersistenceUnitValidationModeType[]
PersistenceUnitValidationModeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.integrations.cdi.jpa.jaxb with parameters of type PersistenceUnitValidationModeTypeModifier and TypeMethodDescriptionvoid
Persistence.PersistenceUnit.setValidationMode
(PersistenceUnitValidationModeType value) Sets the value of the validationMode property.