|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |