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

Uses of Class org.hibernate.persister.entity.AbstractEntityPersister (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.persister.entity.AbstractEntityPersister

Packages that use AbstractEntityPersister
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
 

Uses of AbstractEntityPersister in org.hibernate.persister.entity
 

Subclasses of AbstractEntityPersister in org.hibernate.persister.entity
 class JoinedSubclassEntityPersister
          An EntityPersister implementing the normalized "table-per-subclass" mapping strategy
 class SingleTableEntityPersister
          The default implementation of the EntityPersister interface.
 class UnionSubclassEntityPersister
          Implementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy.
 

Constructors in org.hibernate.persister.entity with parameters of type AbstractEntityPersister
BasicEntityPropertyMapping(AbstractEntityPersister persister)