Uses of Class
org.jboss.shrinkwrap.descriptor.api.persistence20.PersistenceUnitValidationModeType

Packages that use PersistenceUnitValidationModeType
org.jboss.shrinkwrap.descriptor.api.persistence20 Provides the interfaces and enumeration types as defined in the schema persistence_2_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.persistence20 Provides the implementation classes as defined in the schema persistence_2_0.xsd 
 

Uses of PersistenceUnitValidationModeType in org.jboss.shrinkwrap.descriptor.api.persistence20
 

Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 that return PersistenceUnitValidationModeType
static PersistenceUnitValidationModeType PersistenceUnitValidationModeType.getFromStringValue(java.lang.String value)
           
 PersistenceUnitValidationModeType PersistenceUnit.getValidationMode()
          Returns the validation-mode element
static PersistenceUnitValidationModeType PersistenceUnitValidationModeType.valueOf(java.lang.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.jboss.shrinkwrap.descriptor.api.persistence20 with parameters of type PersistenceUnitValidationModeType
 PersistenceUnit<T> PersistenceUnit.setValidationMode(PersistenceUnitValidationModeType validationMode)
          If not already created, a new validation-mode element with the given value will be created.
 

Uses of PersistenceUnitValidationModeType in org.jboss.shrinkwrap.descriptor.impl.persistence20
 

Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 that return PersistenceUnitValidationModeType
 PersistenceUnitValidationModeType PersistenceUnitImpl.getValidationMode()
          Returns the validation-mode element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 with parameters of type PersistenceUnitValidationModeType
 PersistenceUnit<T> PersistenceUnitImpl.setValidationMode(PersistenceUnitValidationModeType validationMode)
          If not already created, a new validation-mode element with the given value will be created.