Package rife.database.migrations
package rife.database.migrations
Provides classes and interfaces for versioned database schema migrations
that are declared with the object-oriented query builders and that are
executed explicitly.
- Since:
- 1.10
-
ClassDescriptionProvides a single declarative database migration.Provides a migration step that executes Java logic, for instance to transform data in ways that can't be expressed as a single query.Executes an explicitly registered series of
migrationsagainst a datasource.Provides a single declarative database migration that can be rolled back.