Module org.jooq
Package org.jooq.impl

Class DefaultMigrationListenerProvider

java.lang.Object
org.jooq.impl.DefaultMigrationListenerProvider
All Implemented Interfaces:
Serializable, MigrationListenerProvider

public class DefaultMigrationListenerProvider extends Object implements MigrationListenerProvider, Serializable
A default implementation for MigrationListenerProvider.

This implementation just wraps an instance of MigrationListener, always providing the same.

Author:
Lukas Eder
See Also: