Uses of Interface
org.jooq.MigrationListenerProvider
Packages that use MigrationListenerProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of MigrationListenerProvider in org.jooq
Methods in org.jooq that return MigrationListenerProviderModifier and TypeMethodDescription@NotNull MigrationListenerProvider @NotNull []
Configuration.migrationListenerProviders()
Get the configuredMigrationListenerProvider
s from this configuration.Methods in org.jooq with parameters of type MigrationListenerProviderModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(MigrationListenerProvider... newMigrationListenerProviders) Create a derived configuration from this one, with new migration listener providers.@NotNull Configuration
Configuration.deriveAppending
(MigrationListenerProvider... newMigrationListenerProviders) Create a derived configuration from this one, with appended migration listener providers.@NotNull Configuration
Configuration.set
(MigrationListenerProvider... newMigrationListenerProviders) Change this configuration to hold new migration listener providers.@NotNull Configuration
Configuration.setAppending
(MigrationListenerProvider... newMigrationListenerProviders) Change this configuration to hold by appending new migration listener providers. -
Uses of MigrationListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement MigrationListenerProviderMethods in org.jooq.impl that return MigrationListenerProviderModifier and TypeMethodDescriptionfinal 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 MigrationListenerProviderModifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(MigrationListenerProvider... newMigrationListenerProviders) final Configuration
AbstractConfiguration.deriveAppending
(MigrationListenerProvider... newMigrationListenerProviders) final Configuration
DefaultConfiguration.set
(MigrationListenerProvider... newMigrationListenerProviders) final Configuration
AbstractConfiguration.setAppending
(MigrationListenerProvider... newMigrationListenerProviders) -
Uses of MigrationListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return MigrationListenerProviderMethods in org.jooq.tools.jdbc with parameters of type MigrationListenerProviderModifier and TypeMethodDescriptionMockConfiguration.derive
(MigrationListenerProvider... newMigrationListenerProviders) MockConfiguration.set
(MigrationListenerProvider... newMigrationListenerProviders)