- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DefaultMigrationListener
A listener for
Migration lifecycles.
This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked at the end of aMigration.voidInvoked at the start of aMigration.voidInvoked at the end of a set ofQueriesthat describe a single version increment.voidInvoked at the start of a set ofQueriesthat describe a single version increment.voidqueryEnd(MigrationContext ctx) Invoked at the start of an individualQuery.voidInvoked at the start of an individualQuery.
-
Method Details
-
migrationStart
Invoked at the start of aMigration. -
migrationEnd
Invoked at the end of aMigration. -
queriesStart
Invoked at the start of a set ofQueriesthat describe a single version increment. -
queriesEnd
Invoked at the end of a set ofQueriesthat describe a single version increment. -
queryStart
Invoked at the start of an individualQuery. -
queryEnd
Invoked at the start of an individualQuery.
-