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

Packages that use JaxbFetchProfileElement
org.hibernate.internal.jaxb.mapping.hbm   
org.hibernate.metamodel.source.hbm   
 

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

Fields in org.hibernate.internal.jaxb.mapping.hbm with type parameters of type JaxbFetchProfileElement
protected  List<JaxbFetchProfileElement> JaxbHibernateMapping.fetchProfile
           
protected  List<JaxbFetchProfileElement> JaxbHibernateMapping.JaxbClass.fetchProfile
           
protected  List<JaxbFetchProfileElement> JaxbSubclassElement.fetchProfile
           
protected  List<JaxbFetchProfileElement> JaxbJoinedSubclassElement.fetchProfile
           
protected  List<JaxbFetchProfileElement> JaxbUnionSubclassElement.fetchProfile
           
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return JaxbFetchProfileElement
 JaxbFetchProfileElement ObjectFactory.createJaxbFetchProfileElement()
          Create an instance of JaxbFetchProfileElement
 

Methods in org.hibernate.internal.jaxb.mapping.hbm that return types with arguments of type JaxbFetchProfileElement
 List<JaxbFetchProfileElement> EntityElement.getFetchProfile()
           
 List<JaxbFetchProfileElement> JaxbHibernateMapping.getFetchProfile()
          Gets the value of the fetchProfile property.
 List<JaxbFetchProfileElement> JaxbHibernateMapping.JaxbClass.getFetchProfile()
          Gets the value of the fetchProfile property.
 List<JaxbFetchProfileElement> JaxbSubclassElement.getFetchProfile()
          Gets the value of the fetchProfile property.
 List<JaxbFetchProfileElement> JaxbJoinedSubclassElement.getFetchProfile()
          Gets the value of the fetchProfile property.
 List<JaxbFetchProfileElement> JaxbUnionSubclassElement.getFetchProfile()
          Gets the value of the fetchProfile property.
 

Uses of JaxbFetchProfileElement in org.hibernate.metamodel.source.hbm
 

Method parameters in org.hibernate.metamodel.source.hbm with type arguments of type JaxbFetchProfileElement
 void HibernateMappingProcessor.processFetchProfiles(List<JaxbFetchProfileElement> fetchProfiles, String containingEntityName)
           
 void HbmBindingContext.processFetchProfiles(List<JaxbFetchProfileElement> fetchProfiles, String containingEntityName)
           
 



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