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 configuredMigrationListenerProviders from this configuration.Methods in org.jooq with parameters of type MigrationListenerProviderModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(MigrationListenerProvider... newMigrationListenerProviders) Create a derived configuration from this one, with new migration listener providers.@NotNull ConfigurationConfiguration.deriveAppending(MigrationListenerProvider... newMigrationListenerProviders) Create a derived configuration from this one, with appended migration listener providers.@NotNull ConfigurationConfiguration.set(MigrationListenerProvider... newMigrationListenerProviders) Change this configuration to hold new migration listener providers.@NotNull ConfigurationConfiguration.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 ofDefaultMigrationListenerProviderfrom an array ofMigrationListenerinstances.Methods in org.jooq.impl with parameters of type MigrationListenerProviderModifier and TypeMethodDescriptionfinal ConfigurationDefaultConfiguration.derive(MigrationListenerProvider... newMigrationListenerProviders) final ConfigurationAbstractConfiguration.deriveAppending(MigrationListenerProvider... newMigrationListenerProviders) final ConfigurationDefaultConfiguration.set(MigrationListenerProvider... newMigrationListenerProviders) final ConfigurationAbstractConfiguration.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)