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.
-
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.