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.
An SPI for 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) TheSchemaManagementToolto use if none is explicitly specified. -
Uses of SchemaManagementTool in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type SchemaManagementToolModifier and TypeMethodDescriptionstatic voidSchemaManagementToolCoordinator.performDatabaseAction(Action action, Metadata metadata, SchemaManagementTool tool, ServiceRegistry serviceRegistry, ExecutionOptions executionOptions, ContributableMatcher contributableInclusionFilter)