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

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


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

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

Uses of AbstractPropertyMapping in org.hibernate.persister.collection
 

Subclasses of AbstractPropertyMapping in org.hibernate.persister.collection
 class CompositeElementPropertyMapping
           
 

Uses of AbstractPropertyMapping in org.hibernate.persister.entity
 

Subclasses of AbstractPropertyMapping in org.hibernate.persister.entity
 class BasicEntityPropertyMapping