Uses of Interface
org.hibernate.tool.schema.spi.SchemaManagementTool
Packages that use SchemaManagementTool
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Implementation of the SPI for schema information extraction from the database via JDBC.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of SchemaManagementTool in org.hibernate.dialect
Methods in org.hibernate.dialect that return SchemaManagementToolModifier and TypeMethodDescriptionDialect.getFallbackSchemaManagementTool
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) TheSchemaManagementTool
to use if none is explicitly specified.DialectDelegateWrapper.getFallbackSchemaManagementTool
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) -
Uses of SchemaManagementTool in org.hibernate.tool.schema.extract.internal
Constructors in org.hibernate.tool.schema.extract.internal with parameters of type SchemaManagementToolModifierConstructorDescriptionDatabaseInformationImpl
(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext context, DdlTransactionIsolator ddlTransactionIsolator, SchemaManagementTool tool) -
Uses of SchemaManagementTool in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement SchemaManagementToolModifier and TypeClassDescriptionclass
The standard Hibernate implementation ofSchemaManagementTool
for performing schema management.Methods in org.hibernate.tool.schema.internal that return SchemaManagementToolModifier and TypeMethodDescriptionSchemaManagementToolInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.tool.schema.internal that return types with arguments of type SchemaManagementToolMethods in org.hibernate.tool.schema.internal with parameters of type SchemaManagementToolModifier and TypeMethodDescriptionstatic DatabaseInformation
Helper.buildDatabaseInformation
(ServiceRegistry serviceRegistry, DdlTransactionIsolator ddlTransactionIsolator, SqlStringGenerationContext context, SchemaManagementTool tool)