Module org.jooq
Package org.jooq.impl

Class DefaultMigrationListener

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

public class DefaultMigrationListener extends Object implements MigrationListener
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