public class

CollectionLoader

extends OuterJoinLoader
implements CollectionInitializer
java.lang.Object
   ↳ org.hibernate.loader.Loader
     ↳ org.hibernate.loader.BasicLoader
       ↳ org.hibernate.loader.OuterJoinLoader
         ↳ org.hibernate.loader.collection.CollectionLoader
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Superclass for loaders that initialize collections

Summary

[Expand]
Inherited Fields
From class org.hibernate.loader.OuterJoinLoader
From class org.hibernate.loader.BasicLoader
Public Constructors
CollectionLoader(QueryableCollection collectionPersister, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)
Public Methods
void initialize(Serializable id, SessionImplementor session)
Initialize the given collection
String toString()
Protected Methods
Type getKeyType()
boolean isSubselectLoadingEnabled()
[Expand]
Inherited Methods
From class org.hibernate.loader.OuterJoinLoader
From class org.hibernate.loader.BasicLoader
From class org.hibernate.loader.Loader
From class java.lang.Object
From interface org.hibernate.loader.collection.CollectionInitializer

Public Constructors

public CollectionLoader (QueryableCollection collectionPersister, SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)

Public Methods

public void initialize (Serializable id, SessionImplementor session)

Initialize the given collection

public String toString ()

Protected Methods

protected Type getKeyType ()

protected boolean isSubselectLoadingEnabled ()