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

Uses of Class org.hibernate.tuple.IdentifierProperty (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.tuple.IdentifierProperty

Packages that use IdentifierProperty
org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. 
org.hibernate.tuple.entity   
 

Uses of IdentifierProperty in org.hibernate.tuple
 

Methods in org.hibernate.tuple that return IdentifierProperty
static IdentifierProperty PropertyFactory.buildIdentifierProperty(PersistentClass mappedEntity, IdentifierGenerator generator)
          Generates an IdentifierProperty representation of the for a given entity mapping.
 

Uses of IdentifierProperty in org.hibernate.tuple.entity
 

Methods in org.hibernate.tuple.entity that return IdentifierProperty
 IdentifierProperty EntityMetamodel.getIdentifierProperty()