- 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 SummaryModifier and TypeMethodDescriptionvoidmigrationEnd(MigrationContext ctx)Invoked at the end of aMigration.voidInvoked at the start of aMigration.voidqueriesEnd(MigrationContext ctx)Invoked at the end of a set ofQueriesthat describe a single version increment.voidqueriesStart(MigrationContext ctx)Invoked at the start of a set ofQueriesthat describe a single version increment.voidqueryEnd(MigrationContext ctx)Invoked at the start of an individualQuery.voidqueryStart(MigrationContext ctx)Invoked at the start of an individualQuery.
- 
Method Details- 
migrationStartInvoked at the start of aMigration.
- 
migrationEndInvoked at the end of aMigration.
- 
queriesStartInvoked at the start of a set ofQueriesthat describe a single version increment.
- 
queriesEndInvoked at the end of a set ofQueriesthat describe a single version increment.
- 
queryStartInvoked at the start of an individualQuery.
- 
queryEndInvoked at the start of an individualQuery.
 
-