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

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


Uses of Class
org.hibernate.tuple.Property

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

Uses of Property in org.hibernate.tuple
 

Subclasses of Property in org.hibernate.tuple
 class IdentifierProperty
          Represents a defined entity identifier property within the Hibernate runtime-metamodel.
 class StandardProperty
          Represents a basic property within the Hibernate runtime-metamodel.
 class VersionProperty
          Represents a version property within the Hibernate runtime-metamodel.