Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.persistence20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static PersistenceUnitValidationModeType |
PersistenceUnitValidationModeType.getFromStringValue(String value) |
PersistenceUnitValidationModeType |
PersistenceUnit.getValidationMode()
Returns the
validation-mode element |
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.
|
Modifier and Type | Method and Description |
---|---|
PersistenceUnit<T> |
PersistenceUnit.validationMode(PersistenceUnitValidationModeType validationMode)
Sets the
validation-mode element |
Copyright © 2015 JBoss by Red Hat. All rights reserved.