Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbLockModeType

Packages that use JaxbLockModeType
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbLockModeType in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbLockModeType
protected  JaxbLockModeType JaxbNamedQuery.lockMode
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbLockModeType
static JaxbLockModeType JaxbLockModeType.fromValue(String v)
           
 JaxbLockModeType JaxbNamedQuery.getLockMode()
          Gets the value of the lockMode property.
static JaxbLockModeType JaxbLockModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbLockModeType[] JaxbLockModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbLockModeType
 void JaxbNamedQuery.setLockMode(JaxbLockModeType value)
          Sets the value of the lockMode property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.