|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceUnitValidationModeType | |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Uses of PersistenceUnitValidationModeType in org.hibernate.jpamodelgen.xml.jaxb |
---|
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PersistenceUnitValidationModeType | |
---|---|
protected PersistenceUnitValidationModeType |
Persistence.PersistenceUnit.validationMode
|
Methods in org.hibernate.jpamodelgen.xml.jaxb that return PersistenceUnitValidationModeType | |
---|---|
static PersistenceUnitValidationModeType |
PersistenceUnitValidationModeType.fromValue(String v)
|
PersistenceUnitValidationModeType |
Persistence.PersistenceUnit.getValidationMode()
Gets the value of the validationMode property. |
static PersistenceUnitValidationModeType |
PersistenceUnitValidationModeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PersistenceUnitValidationModeType[] |
PersistenceUnitValidationModeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type PersistenceUnitValidationModeType | |
---|---|
void |
Persistence.PersistenceUnit.setValidationMode(PersistenceUnitValidationModeType value)
Sets the value of the validationMode property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |