Uses of Class
org.hibernate.engine.SubselectFetch

Packages that use SubselectFetch
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

Uses of SubselectFetch in org.hibernate.engine
 

Methods in org.hibernate.engine that return SubselectFetch
 SubselectFetch BatchFetchQueue.getSubselect(EntityKey key)
          Retrieve the fetch descriptor associated with the given entity key.
 

Methods in org.hibernate.engine with parameters of type SubselectFetch
 void BatchFetchQueue.addSubselect(EntityKey key, SubselectFetch subquery)
          Adds a subselect fetch decriptor for the given entity key.
 

Uses of SubselectFetch in org.hibernate.persister.collection
 

Methods in org.hibernate.persister.collection with parameters of type SubselectFetch
protected  CollectionInitializer OneToManyPersister.createSubselectInitializer(SubselectFetch subselect, SessionImplementor session)
           
protected  CollectionInitializer BasicCollectionPersister.createSubselectInitializer(SubselectFetch subselect, SessionImplementor session)
           
protected abstract  CollectionInitializer AbstractCollectionPersister.createSubselectInitializer(SubselectFetch subselect, SessionImplementor session)
           
 



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