java.lang.Object
org.jooq.impl.DefaultMigrationListener
- All Implemented Interfaces:
EventListener
,MigrationListener
Deprecated.
A publicly available default implementation of
MigrationListener
.
Use this to stay compatible with future API changes (i.e. added methods to
MigrationListener
)
- Author:
- Lukas Eder
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jooq.MigrationListener
migrationEnd, migrationStart, queriesEnd, queriesStart, queryEnd, queryStart
-
Constructor Details
-
DefaultMigrationListener
public DefaultMigrationListener()Deprecated.
-
MigrationListener
SPI directly, instead.