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

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


Uses of Class
org.hibernate.mapping.Constraint

Packages that use Constraint
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
 

Uses of Constraint in org.hibernate.mapping
 

Subclasses of Constraint in org.hibernate.mapping
 class ForeignKey
          A foreign key constraint
 class PrimaryKey
          A primary key constraint
 class UniqueKey
          A relational unique key constraint