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).
|
ExceptionHandler |
Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).
|
ExecutionOptions |
Parameter object representing options for schema management tool execution
|
Exporter<T extends Exportable> |
Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL CREATE and
DROP scripts.
|
JpaTargetAndSourceDescriptor |
|
SchemaCreator |
Service delegate for handling schema creation.
|
SchemaDropper |
Service delegate for handling schema dropping.
|
SchemaFilter |
Defines a filter for Hibernate's schema tooling.
|
SchemaFilterProvider |
Used to specify the SchemaFilter s to be used by create, drop, migrate and validate
operations on the database schema.
|
SchemaManagementTool |
Contract for schema management tool integration.
|
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.
|