Uses of Package
org.hibernate.tool.schema.internal
-
Packages that use org.hibernate.tool.schema.internal 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.internal 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 Class Description StandardUserDefinedTypeExporter TableMigrator An object that produces analter tablestatements needed to update the definition of a table. -
Classes in org.hibernate.tool.schema.internal used by org.hibernate.tool.schema.internal Class Description AbstractSchemaMigrator Base implementation ofSchemaMigrator.AbstractSchemaValidator Base implementation ofSchemaValidator.DefaultSchemaFilter Default implementation of the SchemaFilter contract, which is to just include everything.DefaultSchemaFilterProvider Default implementation of the SchemaFilterProvider contract, which returnsDefaultSchemaFilterfor all filters.ExceptionHandlerHaltImpl ExceptionHandlerLoggedImpl HibernateSchemaManagementTool The standard Hibernate implementation ofSchemaManagementToolfor performing schema management.SchemaManagementToolInitiator TableMigrator An object that produces analter tablestatements needed to update the definition of a table.