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

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

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

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbLazyAttributeWithNoProxy
protected  JaxbLazyAttributeWithNoProxy JaxbManyToOneElement.lazy
           
protected  JaxbLazyAttributeWithNoProxy JaxbOneToOneElement.lazy
           
 

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



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