-
Interfaces Interface Description org.hibernate.tool.hbm2ddl.ConnectionHelper Everything in this package has been replaced withSchemaManagementTool
and friends.org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractor UseSqlScriptCommandExtractor
instead.
-
Classes Class Description org.hibernate.tool.hbm2ddl.ColumnMetadata UseColumnInformation
orColumnInformationImpl
insteadorg.hibernate.tool.hbm2ddl.ForeignKeyMetadata Everything in this package has been replaced withSchemaManagementTool
and friends.org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator UserSqlScriptExtractorInitiator
insteadorg.hibernate.tool.hbm2ddl.IndexMetadata Everything in this package has been replaced withSchemaManagementTool
and friends.org.hibernate.tool.hbm2ddl.MultipleLinesSqlCommandExtractor UseMultiLineSqlScriptExtractor
insteadorg.hibernate.tool.hbm2ddl.SchemaUpdateCommand Everything in this package has been replaced withSchemaManagementTool
and friends.org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor UseSingleLineSqlScriptExtractor
insteadorg.hibernate.tool.hbm2ddl.TableMetadata Everything in this package has been replaced withSchemaManagementTool
and friends.
-
Exceptions Exceptions Description org.hibernate.tool.hbm2ddl.ImportScriptException Everything in this package has been replaced withSchemaManagementTool
and friends.
-
Methods Method Description org.hibernate.tool.hbm2ddl.SchemaExportTask.setNamingStrategy(String)