接口的使用
org.hibernate.boot.model.relational.Exportable
-
使用Exportable的程序包 程序包 说明 org.hibernate.boot.model.relational org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.tool.schema.internal org.hibernate.tool.schema.spi -
-
org.hibernate.boot.model.relational中Exportable的使用
org.hibernate.boot.model.relational中Exportable的子接口 修饰符和类型 接口 说明 interfaceAuxiliaryDatabaseObjectAuxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.实现Exportable的org.hibernate.boot.model.relational中的类 修饰符和类型 类 说明 classAbstractAuxiliaryDatabaseObjectConvenience base class forAuxiliaryDatabaseObjects.classNamedAuxiliaryDatabaseObjectMainly this is used to support legacy sequence exporting.classSequenceModels a databaseSEQUENCE.classSimpleAuxiliaryDatabaseObjectA simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front. -
org.hibernate.mapping中Exportable的使用
实现Exportable的org.hibernate.mapping中的类 修饰符和类型 类 说明 classConstraintA relational constraint.classDenormalizedTableclassForeignKeyA foreign key constraintclassIndexA relational table indexclassPrimaryKeyA primary key constraintclassTableA relational tableclassUniqueKeyA relational unique key constraint -
org.hibernate.tool.schema.internal中Exportable的使用
参数类型为Exportable的org.hibernate.tool.schema.internal中的方法 修饰符和类型 方法 说明 protected voidAbstractSchemaMigrator. checkExportIdentifier(Exportable exportable, Set<String> exportIdentifiers) -
org.hibernate.tool.schema.spi中Exportable的使用
类型参数类型为Exportable的org.hibernate.tool.schema.spi中的类 修饰符和类型 接口 说明 interfaceExporter<T extends Exportable>Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQLCREATEandDROPscripts.
-