Uses of Interface
org.jooq.MigrationListener
Packages that use MigrationListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of MigrationListener in org.jooq
Methods in org.jooq that return MigrationListenerModifier and TypeMethodDescription@NotNull MigrationListener
MigrationListenerProvider.provide()
Provide anMigrationListener
instance.Methods in org.jooq with parameters of type MigrationListenerModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(MigrationListener... newMigrationListeners) Create a derived configuration from this one, with new migration listeners.@NotNull Configuration
Configuration.deriveAppending
(MigrationListener... newMigrationListeners) Create a derived configuration from this one, with appended migration listeners.@NotNull Configuration
Configuration.set
(MigrationListener... newMigrationListeners) Change this configuration to hold new migration listeners.@NotNull Configuration
Configuration.setAppending
(MigrationListener... newMigrationListeners) Change this configuration by appending new migration listeners. -
Uses of MigrationListener in org.jooq.impl
Classes in org.jooq.impl that implement MigrationListenerModifier and TypeClassDescriptionclass
Deprecated.- 3.17.0 - [#13542] - This class is no longer needed.Methods in org.jooq.impl that return MigrationListenerModifier and TypeMethodDescriptionfinal MigrationListener
DefaultMigrationListenerProvider.provide()
Methods in org.jooq.impl with parameters of type MigrationListenerModifier and TypeMethodDescriptionfinal Configuration
AbstractConfiguration.derive
(MigrationListener... newMigrationListeners) final Configuration
AbstractConfiguration.deriveAppending
(MigrationListener... newMigrationListeners) static MigrationListenerProvider[]
DefaultMigrationListenerProvider.providers
(MigrationListener... listeners) Convenience method to construct an array ofDefaultMigrationListenerProvider
from an array ofMigrationListener
instances.final Configuration
AbstractConfiguration.set
(MigrationListener... newMigrationListeners) final Configuration
AbstractConfiguration.setAppending
(MigrationListener... newMigrationListeners) Constructors in org.jooq.impl with parameters of type MigrationListenerModifierConstructorDescriptionCreate a new provider instance from an argument listener.