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

Uses of Interface net.sf.hibernate.metadata.CollectionMetadata (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.metadata.CollectionMetadata

Packages that use CollectionMetadata
net.sf.hibernate   
net.sf.hibernate.collection   
net.sf.hibernate.impl   
net.sf.hibernate.jca   
net.sf.hibernate.jmx   
 

Uses of CollectionMetadata in net.sf.hibernate
 

Methods in net.sf.hibernate that return CollectionMetadata
 CollectionMetadata SessionFactory.getCollectionMetadata(String roleName)
          Get the CollectionMetadata associated with the named collection role
 

Uses of CollectionMetadata in net.sf.hibernate.collection
 

Classes in net.sf.hibernate.collection that implement CollectionMetadata
 class AbstractCollectionPersister
          Base implementation of the QueryableCollection interface.
 class BasicCollectionPersister
          Collection persister for collections of values and many-to-many associations.
 class OneToManyPersister
          Collection persister for one-to-many associations.
 

Methods in net.sf.hibernate.collection that return CollectionMetadata
 CollectionMetadata CollectionPersister.getCollectionMetadata()
           
 CollectionMetadata AbstractCollectionPersister.getCollectionMetadata()
           
 

Uses of CollectionMetadata in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl that return CollectionMetadata
 CollectionMetadata SessionFactoryImpl.getCollectionMetadata(String roleName)
           
 

Uses of CollectionMetadata in net.sf.hibernate.jca
 

Methods in net.sf.hibernate.jca that return CollectionMetadata
 CollectionMetadata JCASessionFactoryImpl.getCollectionMetadata(String roleName)
           
 

Uses of CollectionMetadata in net.sf.hibernate.jmx
 

Methods in net.sf.hibernate.jmx that return CollectionMetadata
 CollectionMetadata SessionFactoryStub.getCollectionMetadata(String roleName)