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

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

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

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbLazyAttribute
protected  JaxbLazyAttribute JaxbManyToManyElement.lazy
           
protected  JaxbLazyAttribute JaxbKeyManyToOneElement.lazy
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbLazyAttribute
static JaxbLazyAttribute JaxbLazyAttribute.fromValue(String v)
           
 JaxbLazyAttribute JaxbManyToManyElement.getLazy()
          Gets the value of the lazy property.
 JaxbLazyAttribute JaxbKeyManyToOneElement.getLazy()
          Gets the value of the lazy property.
static JaxbLazyAttribute JaxbLazyAttribute.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbLazyAttribute[] JaxbLazyAttribute.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 JaxbLazyAttribute
 void JaxbManyToManyElement.setLazy(JaxbLazyAttribute value)
          Sets the value of the lazy property.
 void JaxbKeyManyToOneElement.setLazy(JaxbLazyAttribute value)
          Sets the value of the lazy property.
 



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