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 PersistenceUnitValidationModeTypePersistence.PersistenceUnit.validationModeThe validation mode to be used for the persistence unit.Methods in io.helidon.integrations.cdi.jpa.jaxb that return PersistenceUnitValidationModeTypeModifier and TypeMethodDescriptionPersistence.PersistenceUnit.getValidationMode()The validation mode to be used for the persistence unit.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 TypeMethodDescriptionvoidPersistence.PersistenceUnit.setValidationMode(PersistenceUnitValidationModeType value) Sets the value of the validationMode property.