Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.LockModeType

Packages that use LockModeType
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of LockModeType in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as LockModeType
protected  LockModeType NamedQuery.lockMode
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return LockModeType
static LockModeType LockModeType.fromValue(String v)
           
 LockModeType NamedQuery.getLockMode()
          Gets the value of the lockMode property.
static LockModeType LockModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockModeType[] LockModeType.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 LockModeType
 void NamedQuery.setLockMode(LockModeType value)
          Sets the value of the lockMode property.
 



Copyright © 2009-2011. All Rights Reserved.