|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.loader.Loader
org.hibernate.loader.BasicLoader
org.hibernate.loader.OuterJoinLoader
org.hibernate.loader.collection.CollectionLoader
public class CollectionLoader
Superclass for loaders that initialize collections
OneToManyLoader,
BasicCollectionLoader| Field Summary |
|---|
| Fields inherited from class org.hibernate.loader.OuterJoinLoader |
|---|
aliases, collectionOwners, collectionPersisters, collectionSuffixes, lockModeArray, ownerAssociationTypes, owners, persisters, sql, suffixes |
| Fields inherited from class org.hibernate.loader.BasicLoader |
|---|
NO_SUFFIX |
| Constructor Summary | |
|---|---|
CollectionLoader(QueryableCollection collectionPersister,
SessionFactoryImplementor factory,
java.util.Map enabledFilters)
|
|
| Method Summary | |
|---|---|
protected Type |
getKeyType()
|
void |
initialize(java.io.Serializable id,
SessionImplementor session)
Initialize the given collection |
protected boolean |
isSubselectLoadingEnabled()
|
java.lang.String |
toString()
|
| Methods inherited from class org.hibernate.loader.OuterJoinLoader |
|---|
getAliases, getCollectionOwners, getCollectionPersisters, getCollectionSuffixes, getDialect, getEnabledFilters, getEntityPersisters, getLockModes, getOwnerAssociationTypes, getOwners, getSQLString, getSuffixes, initFromWalker |
| Methods inherited from class org.hibernate.loader.BasicLoader |
|---|
generateSuffixes, generateSuffixes, getCollectionAliases, getEntityAliases, postInstantiate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionLoader(QueryableCollection collectionPersister,
SessionFactoryImplementor factory,
java.util.Map enabledFilters)
| Method Detail |
|---|
protected boolean isSubselectLoadingEnabled()
isSubselectLoadingEnabled in class Loader
public void initialize(java.io.Serializable id,
SessionImplementor session)
throws HibernateException
CollectionInitializer
initialize in interface CollectionInitializerHibernateExceptionprotected Type getKeyType()
public java.lang.String toString()
toString in class Loader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||