Uses of Interface
org.jooq.MigrationListenerProvider
-
Packages that use MigrationListenerProvider Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.tools.jdbc This package contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of MigrationListenerProvider in org.jooq
Methods in org.jooq that return MigrationListenerProvider Modifier and Type Method Description MigrationListenerProvider[]
Configuration. migrationListenerProviders()
Get the configuredMigrationListenerProvider
s from this configuration.Methods in org.jooq with parameters of type MigrationListenerProvider Modifier and Type Method Description Configuration
Configuration. derive(MigrationListenerProvider... newMigrationListenerProviders)
Create a derived configuration from this one, with new migration listener providers.Configuration
Configuration. set(MigrationListenerProvider... newMigrationListenerProviders)
Change this configuration to hold a new migration listener providers. -
Uses of MigrationListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement MigrationListenerProvider Modifier and Type Class Description class
DefaultMigrationListenerProvider
A default implementation forMigrationListenerProvider
.Methods in org.jooq.impl that return MigrationListenerProvider Modifier and Type Method Description MigrationListenerProvider[]
DefaultConfiguration. migrationListenerProviders()
static MigrationListenerProvider[]
DefaultMigrationListenerProvider. providers(MigrationListener... listeners)
Convenience method to construct an array ofDefaultMigrationListenerProvider
from an array ofMigrationListener
instances.Methods in org.jooq.impl with parameters of type MigrationListenerProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(MigrationListenerProvider... newMigrationListenerProviders)
Configuration
DefaultConfiguration. set(MigrationListenerProvider... newMigrationListenerProviders)
-
Uses of MigrationListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return MigrationListenerProvider Modifier and Type Method Description MigrationListenerProvider[]
MockConfiguration. migrationListenerProviders()
Methods in org.jooq.tools.jdbc with parameters of type MigrationListenerProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(MigrationListenerProvider... newMigrationListenerProviders)
Configuration
MockConfiguration. set(MigrationListenerProvider... newMigrationListenerProviders)
-