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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbFetchType
protected  JaxbFetchType JaxbElementCollection.fetch
           
protected  JaxbFetchType JaxbManyToMany.fetch
           
protected  JaxbFetchType JaxbOneToMany.fetch
           
protected  JaxbFetchType JaxbManyToOne.fetch
           
protected  JaxbFetchType JaxbOneToOne.fetch
           
protected  JaxbFetchType JaxbBasic.fetch
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbFetchType
static JaxbFetchType JaxbFetchType.fromValue(String v)
           
 JaxbFetchType JaxbElementCollection.getFetch()
          Gets the value of the fetch property.
 JaxbFetchType JaxbManyToMany.getFetch()
          Gets the value of the fetch property.
 JaxbFetchType JaxbOneToMany.getFetch()
          Gets the value of the fetch property.
 JaxbFetchType JaxbManyToOne.getFetch()
          Gets the value of the fetch property.
 JaxbFetchType JaxbOneToOne.getFetch()
          Gets the value of the fetch property.
 JaxbFetchType JaxbBasic.getFetch()
          Gets the value of the fetch property.
static JaxbFetchType JaxbFetchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbFetchType[] JaxbFetchType.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 JaxbFetchType
 void JaxbElementCollection.setFetch(JaxbFetchType value)
          Sets the value of the fetch property.
 void JaxbManyToMany.setFetch(JaxbFetchType value)
          Sets the value of the fetch property.
 void JaxbOneToMany.setFetch(JaxbFetchType value)
          Sets the value of the fetch property.
 void JaxbManyToOne.setFetch(JaxbFetchType value)
          Sets the value of the fetch property.
 void JaxbOneToOne.setFetch(JaxbFetchType value)
          Sets the value of the fetch property.
 void JaxbBasic.setFetch(JaxbFetchType value)
          Sets the value of the fetch property.
 



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