程序包的使用
org.hibernate.tool.hbm2ddl
-
使用org.hibernate.tool.hbm2ddl的程序包 程序包 说明 org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.tool.hbm2ddl The hbm2ddl tool.org.hibernate.tool.schema.internal org.hibernate.tool.schema.internal.exec org.hibernate.tool.schema.spi -
org.hibernate.mapping使用的org.hibernate.tool.hbm2ddl中的类 类 说明 TableMetadata 已过时。Everything in this package has been replaced withSchemaManagementTooland friends. -
org.hibernate.tool.hbm2ddl使用的org.hibernate.tool.hbm2ddl中的类 类 说明 ColumnMetadata 已过时。UseColumnInformationorColumnInformationImplinsteadForeignKeyMetadata 已过时。Everything in this package has been replaced withSchemaManagementTooland friends.ImportSqlCommandExtractor Contract for extracting statements from source/import/init scripts.ImportSqlCommandExtractorInitiator Instantiates and configures an appropriateImportSqlCommandExtractor.IndexMetadata 已过时。Everything in this package has been replaced withSchemaManagementTooland friends.SchemaExport Command-line tool for exporting (create and/or drop) a database schema.SchemaExport.Action SchemaExport.Type SchemaExportTask.ExportType SchemaUpdate A commandline tool to update a database schema.Target Describes the types of targets for create, drop and update actionsUniqueConstraintSchemaUpdateStrategy Unique columns and unique keys both use unique constraints in most dialects. -
org.hibernate.tool.schema.internal使用的org.hibernate.tool.hbm2ddl中的类 类 说明 ImportSqlCommandExtractor Contract for extracting statements from source/import/init scripts.UniqueConstraintSchemaUpdateStrategy Unique columns and unique keys both use unique constraints in most dialects. -
org.hibernate.tool.schema.internal.exec使用的org.hibernate.tool.hbm2ddl中的类 类 说明 ImportSqlCommandExtractor Contract for extracting statements from source/import/init scripts. -
org.hibernate.tool.schema.spi使用的org.hibernate.tool.hbm2ddl中的类 类 说明 ImportSqlCommandExtractor Contract for extracting statements from source/import/init scripts.