| Interface | Description |
|---|---|
| EntityMigrationOperation |
Migration operation for a specific entity.
|
| MigrationOperation |
Non-entity specific migration operation.
|
| Class | Description |
|---|---|
| AbstractMigrationRule |
Base class for migration rules.
|
| EntityMigrationBuilder |
Fluent API for creating migration rules for specific entity types.
|
| EntityMigrationRule |
Migration rule for a specific set of entity types
|
| MigrationBuilder |
Builder for set of migration rules.
|
| MigrationContext | |
| MigrationRule |
Migration rule that does not apply to a specific entity type
|
| MigrationRules<T extends AbstractMigrationRule> |
Set of migration rules.
|
| PackageMigrationBuilder |
JAVADOC
|
| VersionMigrationBuilder |
Migration builder for a specific to-version.
|