Uses of Package
org.hibernate.tool.schema.internal
Packages that use org.hibernate.tool.schema.internal
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Classes in org.hibernate.tool.schema.internal used by org.hibernate.dialect
-
Classes in org.hibernate.tool.schema.internal used by org.hibernate.tool.schema.internalClassDescriptionBase implementation of
SchemaMigrator
.Base implementation ofSchemaValidator
.Default implementation of the SchemaFilter contract, which is to just include everything.Default implementation of the SchemaFilterProvider contract, which returnsDefaultSchemaFilter
for all filters.The standard Hibernate implementation ofSchemaManagementTool
for performing schema management.