| Interface | Description | 
|---|---|
| Exporter<T extends Exportable> | Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL  CREATEandDROPscripts | 
| 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.