站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

net.sf.hibernate.collection (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Package net.sf.hibernate.collection

Interface Summary
CollectionPersister A strategy for persisting a collection role.
QueryableCollection A collection role that may be queried or loaded by outer join.
 

Class Summary
AbstractCollectionPersister Base implementation of the QueryableCollection interface.
ArrayHolder A persistent wrapper for an array.
Bag An unordered, unkeyed collection that can contain the same element multiple times.
BasicCollectionPersister Collection persister for collections of values and many-to-many associations.
CollectionPropertyMapping  
CompositeElementPropertyMapping  
ElementPropertyMapping  
IdentifierBag An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
List A persistent wrapper for a java.util.List.
Map A persistent wrapper for a java.util.Map.
ODMGCollection All Hibernate collections actually implement the ODMG DCollection interface and are castable to that type.
OneToManyPersister Collection persister for one-to-many associations.
PersistentCollection Persistent collections are treated as value objects by Hibernate.
Set A persistent wrapper for a java.util.Set.
SortedMap A persistent wrapper for a java.util.SortedMap.
SortedSet A persistent wrapper for a java.util.SortedSet.