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

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


Uses of Interface
net.sf.hibernate.persister.PropertyMapping

Packages that use PropertyMapping
net.sf.hibernate.collection   
net.sf.hibernate.persister   
 

Uses of PropertyMapping in net.sf.hibernate.collection
 

Subinterfaces of PropertyMapping in net.sf.hibernate.collection
 interface QueryableCollection
          A collection role that may be queried or loaded by outer join.
 

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

Uses of PropertyMapping in net.sf.hibernate.persister
 

Subinterfaces of PropertyMapping in net.sf.hibernate.persister
 interface Queryable
          Extends the generic ClassPersister contract to add operations required by the Hibernate Query Language
 

Classes in net.sf.hibernate.persister that implement PropertyMapping
 class AbstractEntityPersister
          Superclass for built-in mapping strategies.
 class AbstractPropertyMapping
          Base implementation of a PropertyMapping
 class EntityPersister
          The default implementation of the ClassPersister interface.
 class NormalizedEntityPersister
          A ClassPersister implementing the normalized "table-per-subclass" mapping strategy.