Uses of Class
org.glassfish.osgijpa.dd.PersistenceUnitValidationModeType

Packages that use PersistenceUnitValidationModeType
org.glassfish.osgijpa.dd   
 

Uses of PersistenceUnitValidationModeType in org.glassfish.osgijpa.dd
 

Fields in org.glassfish.osgijpa.dd declared as PersistenceUnitValidationModeType
protected  PersistenceUnitValidationModeType Persistence.PersistenceUnit.validationMode
           
 

Methods in org.glassfish.osgijpa.dd that return PersistenceUnitValidationModeType
static PersistenceUnitValidationModeType PersistenceUnitValidationModeType.fromValue(java.lang.String v)
           
 PersistenceUnitValidationModeType Persistence.PersistenceUnit.getValidationMode()
          Gets the value of the validationMode property.
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.glassfish.osgijpa.dd with parameters of type PersistenceUnitValidationModeType
 void Persistence.PersistenceUnit.setValidationMode(PersistenceUnitValidationModeType value)
          Sets the value of the validationMode property.
 



Copyright © 2011 GlassFish Community. All Rights Reserved.