Uses of Interface
org.hibernate.mapping.RelationalModel

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

Uses of RelationalModel in org.hibernate.mapping
 

Classes in org.hibernate.mapping that implement RelationalModel
 class Constraint
          A relational constraint.
 class DenormalizedTable
           
 class ForeignKey
          A foreign key constraint
 class Index
          A relational table index
 class PrimaryKey
          A primary key constraint
 class Table
          A relational table
 class UniqueKey
          A relational unique key constraint