Uses of Interface
org.hibernate.tool.schema.spi.SchemaManagementTool
-
Packages that use SchemaManagementTool Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.internal 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 SchemaManagementTool Modifier and Type Method Description SchemaManagementTool
Dialect. getFallbackSchemaManagementTool(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
TheSchemaManagementTool
to use if none is explicitly specified.SchemaManagementTool
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 SchemaManagementTool Constructor Description DatabaseInformationImpl(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 SchemaManagementTool Modifier and Type Class Description class
HibernateSchemaManagementTool
The standard Hibernate implementation ofSchemaManagementTool
for performing schema management.Methods in org.hibernate.tool.schema.internal that return SchemaManagementTool Modifier and Type Method Description SchemaManagementTool
SchemaManagementToolInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.tool.schema.internal that return types with arguments of type SchemaManagementTool Modifier and Type Method Description Class<SchemaManagementTool>
SchemaManagementToolInitiator. getServiceInitiated()
Methods in org.hibernate.tool.schema.internal with parameters of type SchemaManagementTool Modifier and Type Method Description static DatabaseInformation
Helper. buildDatabaseInformation(ServiceRegistry serviceRegistry, DdlTransactionIsolator ddlTransactionIsolator, SqlStringGenerationContext context, SchemaManagementTool tool)
-