| Interface | Description |
|---|---|
| ChangeTemplate<SHARED_CONFIG_FIELD,APPLY_FIELD,ROLLBACK_FIELD> |
Interface representing a reusable change template with configuration of type
CONFIG. |
| ReflectionMetadataProvider |
Provides metadata about classes that require reflective access.
|
| Class | Description |
|---|---|
| AbstractChangeTemplate<SHARED_CONFIGURATION_FIELD,APPLY_FIELD,ROLLBACK_FIELD> |
Abstract base class for change templates providing common functionality.
|
| AbstractSimpleTemplate<SHARED_CONFIG,APPLY,ROLLBACK> |
Abstract base class for templates with a single apply/rollback step.
|
| AbstractSteppableTemplate<SHARED_CONFIG,APPLY,ROLLBACK> |
Abstract base class for templates with multiple steps.
|
| TemplateStep<APPLY,ROLLBACK> |
Represents a single step in a step-based change template.
|