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

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


Uses of Class
net.sf.hibernate.collection.ODMGCollection

Packages that use ODMGCollection
net.sf.hibernate.collection   
 

Uses of ODMGCollection in net.sf.hibernate.collection
 

Subclasses of ODMGCollection in net.sf.hibernate.collection
 class Bag
          An unordered, unkeyed collection that can contain the same element multiple times.
 class IdentifierBag
          An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.
 class List
          A persistent wrapper for a java.util.List.
 class Set
          A persistent wrapper for a java.util.Set.
 class SortedSet
          A persistent wrapper for a java.util.SortedSet.