Uses of Class
org.hibernate.internal.jaxb.mapping.hbm.JaxbLockModeAttribute

Packages that use JaxbLockModeAttribute
org.hibernate.internal.jaxb.mapping.hbm   
 

Uses of JaxbLockModeAttribute in org.hibernate.internal.jaxb.mapping.hbm
 

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbLockModeAttribute
protected  JaxbLockModeAttribute JaxbReturnElement.lockMode
           
protected  JaxbLockModeAttribute JaxbReturnJoinElement.lockMode
           
protected  JaxbLockModeAttribute JaxbLoadCollectionElement.lockMode
           
 

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

Methods in org.hibernate.internal.jaxb.mapping.hbm with parameters of type JaxbLockModeAttribute
 void JaxbReturnElement.setLockMode(JaxbLockModeAttribute value)
          Sets the value of the lockMode property.
 void JaxbReturnJoinElement.setLockMode(JaxbLockModeAttribute value)
          Sets the value of the lockMode property.
 void JaxbLoadCollectionElement.setLockMode(JaxbLockModeAttribute value)
          Sets the value of the lockMode property.
 



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