| Package | Description |
|---|---|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| org.hibernate.tool.schema.spi |
| Class and Description |
|---|
| Exporter
Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL
CREATE and
DROP scripts. |
| Class and Description |
|---|
| ScriptTargetOutput
Contract for hiding the differences between a passed Writer, File or URL in
terms of how we write output scripts.
|
| TargetDescriptor
Describes the target(s) of schema create, drop and migrate actions.
|
| Class and Description |
|---|
| CommandAcceptanceException
Indicates a problem accepting/executing a schema management command.
|
| DelayedDropAction
Memento representing the dropping of a schema as part of create-drop
hbm2ddl.auto handling.
|
| DelayedDropRegistry
Callback to allow the built DelayedDropAction, if indicated, to be registered
back with the SessionFactory (or the thing that will manage its later execution).
|
| DelayedDropRegistryNotAvailableImpl
Implementation of DelayedDropRegistry for cases when the delayed-drop portion of
"create-drop" is not valid.
|
| ExceptionHandler
Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).
|
| ExecutionOptions
Parameter object representing options for schema management tool execution
|
| SchemaCreator
Service delegate for handling schema creation.
|
| SchemaDropper
Service delegate for handling schema dropping.
|
| SchemaFilter
Defines a filter for Hibernate's schema tooling.
|
| SchemaManagementToolCoordinator.ActionGrouping
For JPA-style schema-gen, database and script target handing are configured
individually - this tuple allows interpreting the the action for both targets
simultaneously
|
| SchemaMigrator
Service delegate for handling schema migration.
|
| SchemaValidator
Service delegate for handling schema validations
|
| ScriptSourceInput
Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input
scripts.
|
| ScriptTargetOutput
Contract for hiding the differences between a passed Writer, File or URL in
terms of how we write output scripts.
|
| SourceDescriptor
Describes a source for schema create, drop and migrate actions.
|
| TargetDescriptor
Describes the target(s) of schema create, drop and migrate actions.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.