Uses of Interface
org.jooq.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
Modifier and TypeMethodDescription@NotNull MigrationListenerProvider @NotNull []
Configuration.migrationListenerProviders()
Get the configuredMigrationListenerProvider
s from this configuration.Modifier 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
Modifier and TypeMethodDescriptionfinal MigrationListenerProvider[]
DefaultConfiguration.migrationListenerProviders()
static MigrationListenerProvider[]
DefaultMigrationListenerProvider.providers
(MigrationListener... listeners) Convenience method to construct an array ofDefaultMigrationListenerProvider
from an array ofMigrationListener
instances.Modifier 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
Modifier and TypeMethodDescriptionMockConfiguration.derive
(MigrationListenerProvider... newMigrationListenerProviders) MockConfiguration.set
(MigrationListenerProvider... newMigrationListenerProviders)