org.hibernate.loader.collection
Interface CollectionInitializer

All Known Implementing Classes:
BatchingCollectionInitializer, CollectionLoader, NamedQueryCollectionInitializer

public interface CollectionInitializer

An interface for collection loaders

Author:
Gavin King
See Also:
BasicCollectionLoader, OneToManyLoader

Method Summary
 void initialize(Serializable id, SessionImplementor session)
          Initialize the given collection
 

Method Detail

initialize

public void initialize(Serializable id,
                       SessionImplementor session)
                throws HibernateException
Initialize the given collection

Throws:
HibernateException