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

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


Uses of Class
net.sf.hibernate.type.PersistentCollectionType

Packages that use PersistentCollectionType
net.sf.hibernate.collection   
net.sf.hibernate.mapping   
net.sf.hibernate.type   
 

Uses of PersistentCollectionType in net.sf.hibernate.collection
 

Methods in net.sf.hibernate.collection that return PersistentCollectionType
 PersistentCollectionType CollectionPersister.getCollectionType()
          Get the associated Type
 PersistentCollectionType AbstractCollectionPersister.getCollectionType()
           
 

Uses of PersistentCollectionType in net.sf.hibernate.mapping
 

Methods in net.sf.hibernate.mapping that return PersistentCollectionType
 PersistentCollectionType Set.getCollectionType()
           
 PersistentCollectionType Map.getCollectionType()
           
 PersistentCollectionType List.getCollectionType()
           
 PersistentCollectionType IdentifierBag.getCollectionType()
           
abstract  PersistentCollectionType Collection.getCollectionType()
           
 PersistentCollectionType Bag.getCollectionType()
           
 PersistentCollectionType Array.getCollectionType()
           
 

Uses of PersistentCollectionType in net.sf.hibernate.type
 

Subclasses of PersistentCollectionType in net.sf.hibernate.type
 class ArrayType
          A type for persistent arrays.
 class BagType
           
 class IdentifierBagType
           
 class ListType
           
 class MapType
           
 class SetType
           
 class SortedMapType
           
 class SortedSetType
           
 

Methods in net.sf.hibernate.type that return PersistentCollectionType
static PersistentCollectionType TypeFactory.array(String role, Class elementClass)
           
static PersistentCollectionType TypeFactory.list(String role)
           
static PersistentCollectionType TypeFactory.bag(String role)
           
static PersistentCollectionType TypeFactory.idbag(String role)
           
static PersistentCollectionType TypeFactory.map(String role)
           
static PersistentCollectionType TypeFactory.set(String role)
           
static PersistentCollectionType TypeFactory.sortedMap(String role, Comparator comparator)
           
static PersistentCollectionType TypeFactory.sortedSet(String role, Comparator comparator)