接口的使用
org.hibernate.mapping.RelationalModel
-
使用RelationalModel的程序包 程序包 说明 org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.mapping中RelationalModel的使用
org.hibernate.mapping中RelationalModel的子接口 修饰符和类型 接口 说明 interfaceAuxiliaryDatabaseObjectAuxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.实现RelationalModel的org.hibernate.mapping中的类 修饰符和类型 类 说明 classConstraintA relational constraint.classDenormalizedTableclassForeignKeyA foreign key constraintclassIndexA relational table indexclassPrimaryKeyA primary key constraintclassTableA relational tableclassUniqueKeyA relational unique key constraint
-