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

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

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

Fields in org.hibernate.internal.jaxb.mapping.hbm declared as JaxbFetchAttributeWithSubselect
protected  JaxbFetchAttributeWithSubselect JaxbMapElement.fetch
           
protected  JaxbFetchAttributeWithSubselect JaxbListElement.fetch
           
protected  JaxbFetchAttributeWithSubselect JaxbBagElement.fetch
           
protected  JaxbFetchAttributeWithSubselect JaxbPrimitiveArrayElement.fetch
           
protected  JaxbFetchAttributeWithSubselect JaxbArrayElement.fetch
           
protected  JaxbFetchAttributeWithSubselect JaxbSetElement.fetch
           
protected  JaxbFetchAttributeWithSubselect JaxbIdbagElement.fetch
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbFetchAttributeWithSubselect
static JaxbFetchAttributeWithSubselect JaxbFetchAttributeWithSubselect.fromValue(String v)
           
 JaxbFetchAttributeWithSubselect PluralAttributeElement.getFetch()
           
 JaxbFetchAttributeWithSubselect JaxbMapElement.getFetch()
          Gets the value of the fetch property.
 JaxbFetchAttributeWithSubselect JaxbListElement.getFetch()
          Gets the value of the fetch property.
 JaxbFetchAttributeWithSubselect JaxbBagElement.getFetch()
          Gets the value of the fetch property.
 JaxbFetchAttributeWithSubselect JaxbPrimitiveArrayElement.getFetch()
          Gets the value of the fetch property.
 JaxbFetchAttributeWithSubselect JaxbArrayElement.getFetch()
          Gets the value of the fetch property.
 JaxbFetchAttributeWithSubselect JaxbSetElement.getFetch()
          Gets the value of the fetch property.
 JaxbFetchAttributeWithSubselect JaxbIdbagElement.getFetch()
          Gets the value of the fetch property.
static JaxbFetchAttributeWithSubselect JaxbFetchAttributeWithSubselect.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbFetchAttributeWithSubselect[] JaxbFetchAttributeWithSubselect.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 JaxbFetchAttributeWithSubselect
 void JaxbMapElement.setFetch(JaxbFetchAttributeWithSubselect value)
          Sets the value of the fetch property.
 void JaxbListElement.setFetch(JaxbFetchAttributeWithSubselect value)
          Sets the value of the fetch property.
 void JaxbBagElement.setFetch(JaxbFetchAttributeWithSubselect value)
          Sets the value of the fetch property.
 void JaxbPrimitiveArrayElement.setFetch(JaxbFetchAttributeWithSubselect value)
          Sets the value of the fetch property.
 void JaxbArrayElement.setFetch(JaxbFetchAttributeWithSubselect value)
          Sets the value of the fetch property.
 void JaxbSetElement.setFetch(JaxbFetchAttributeWithSubselect value)
          Sets the value of the fetch property.
 void JaxbIdbagElement.setFetch(JaxbFetchAttributeWithSubselect value)
          Sets the value of the fetch property.
 



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