Module org.jooq
Package org.jooq.impl

Class DefaultMigrationListener

java.lang.Object
org.jooq.impl.DefaultMigrationListener
All Implemented Interfaces:
EventListener, MigrationListener

@Deprecated public class DefaultMigrationListener extends Object implements MigrationListener
Deprecated.
- 3.17.0 - [#13542] - This class is no longer needed. Implement the MigrationListener SPI directly, instead.
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 Details

    • DefaultMigrationListener

      public DefaultMigrationListener()
      Deprecated.