| Interface | Description |
|---|---|
| Exporter<T extends Exportable> |
Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL
CREATE and
DROP scripts |
| SchemaCreator |
Service delegate for handling schema creation.
|
| SchemaDropper |
Service delegate for handling schema dropping.
|
| SchemaManagementTool |
Contract for schema management tool integration.
|
| SchemaMigrator |
Service delegate for handling schema migration.
|
| SchemaValidator |
Service delegate for handling schema validations
|
| Target |
Describes the target of schema management actions.
|
| Exception | Description |
|---|---|
| SchemaManagementException |
Indicates a problem in performing schema management.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.