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.dialectClassDescriptionAn object that produces an
alter tablestatements needed to update the definition of a table. -
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 returnsDefaultSchemaFilterfor all filters.The standard Hibernate implementation ofSchemaManagementToolfor performing schema management.An object that produces analter tablestatements needed to update the definition of a table.