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 org.hibernate.tool.schema.internal -
-
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)
The SchemaManagementTool to use if none explicitly specified. -
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 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)
-