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 MigrationListenerMigrationListenerProvider.provide()Provide anMigrationListenerinstance.Methods in org.jooq with parameters of type MigrationListenerModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(MigrationListener... newMigrationListeners) Create a derived configuration from this one, with new migration listeners.@NotNull ConfigurationConfiguration.deriveAppending(MigrationListener... newMigrationListeners) Create a derived configuration from this one, with appended migration listeners.@NotNull ConfigurationConfiguration.set(MigrationListener... newMigrationListeners) Change this configuration to hold new migration listeners.@NotNull ConfigurationConfiguration.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 TypeClassDescriptionclassDeprecated.- 3.17.0 - [#13542] - This class is no longer needed.Methods in org.jooq.impl that return MigrationListenerModifier and TypeMethodDescriptionfinal MigrationListenerDefaultMigrationListenerProvider.provide()Methods in org.jooq.impl with parameters of type MigrationListenerModifier and TypeMethodDescriptionfinal ConfigurationAbstractConfiguration.derive(MigrationListener... newMigrationListeners) final ConfigurationAbstractConfiguration.deriveAppending(MigrationListener... newMigrationListeners) static MigrationListenerProvider[]DefaultMigrationListenerProvider.providers(MigrationListener... listeners) Convenience method to construct an array ofDefaultMigrationListenerProviderfrom an array ofMigrationListenerinstances.final ConfigurationAbstractConfiguration.set(MigrationListener... newMigrationListeners) final ConfigurationAbstractConfiguration.setAppending(MigrationListener... newMigrationListeners) Constructors in org.jooq.impl with parameters of type MigrationListenerModifierConstructorDescriptionCreate a new provider instance from an argument listener.