Uses of Class
org.hibernate.engine.spi.SubselectFetch

Packages that use SubselectFetch
org.hibernate.engine.spi   
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

Uses of SubselectFetch in org.hibernate.engine.spi
 

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

Methods in org.hibernate.engine.spi 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 abstract  CollectionInitializer AbstractCollectionPersister.createSubselectInitializer(SubselectFetch subselect, SessionImplementor session)
           
protected  CollectionInitializer OneToManyPersister.createSubselectInitializer(SubselectFetch subselect, SessionImplementor session)
           
protected  CollectionInitializer BasicCollectionPersister.createSubselectInitializer(SubselectFetch subselect, SessionImplementor session)
           
 



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