Package org.hibernate.persister.collection
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
CollectionPersister A strategy for persisting a collection role.
QueryableCollection A collection role that may be queried or loaded by outer join.
SQLLoadableCollection No description provided.
Classes
AbstractCollectionPersister Base implementation of the QueryableCollection interface.
BasicCollectionPersister Collection persister for collections of values and many-to-many associations.
CollectionPropertyMapping No description provided.
CollectionPropertyNames The names of all the collection properties.
CompositeElementPropertyMapping No description provided.
ElementPropertyMapping No description provided.
NamedQueryCollectionInitializer A wrapper around a named query.
OneToManyPersister Collection persister for one-to-many associations.

This package abstracts the persistence mechanism for collections.

Concrete implementations of CollectionPersister define strategies for persistence of particular collection roles. Collection persisters may optionally implement QueryableCollection if they should be queryable using HQL or loaded using OuterJoinLoader.