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 
 

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(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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 with parameters of type PersistenceUnitValidationModeType
 PersistenceUnit<T> PersistenceUnit.validationMode(PersistenceUnitValidationModeType validationMode)
          Sets the validation-mode element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.