Uses of Interface
org.jooq.RecordListenerProvider
Packages that use RecordListenerProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of RecordListenerProvider in org.jooq
Methods in org.jooq that return RecordListenerProviderModifier and TypeMethodDescription@NotNull RecordListenerProvider @NotNull []Configuration.recordListenerProviders()Get the configuredRecordListenerProviders from this configuration.Methods in org.jooq with parameters of type RecordListenerProviderModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(RecordListenerProvider... newRecordListenerProviders) Create a derived configuration from this one, with new record listener providers.@NotNull ConfigurationConfiguration.deriveAppending(RecordListenerProvider... newRecordListenerProviders) Create a derived configuration from this one, with appended record listener providers.@NotNull ConfigurationConfiguration.set(RecordListenerProvider... newRecordListenerProviders) Change this configuration to hold new record listener providers.@NotNull ConfigurationConfiguration.setAppending(RecordListenerProvider... newRecordListenerProviders) Change this configuration by appending new record listener providers. -
Uses of RecordListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement RecordListenerProviderMethods in org.jooq.impl that return RecordListenerProviderModifier and TypeMethodDescriptionstatic RecordListenerProvider[]DefaultRecordListenerProvider.providers(RecordListener... listeners) Convenience method to construct an array ofDefaultRecordListenerProviderfrom an array ofRecordListenerinstances.final RecordListenerProvider[]DefaultConfiguration.recordListenerProviders()Methods in org.jooq.impl with parameters of type RecordListenerProviderModifier and TypeMethodDescriptionfinal ConfigurationDefaultConfiguration.derive(RecordListenerProvider... newRecordListenerProviders) final ConfigurationAbstractConfiguration.deriveAppending(RecordListenerProvider... newRecordListenerProviders) final ConfigurationDefaultConfiguration.set(RecordListenerProvider... newRecordListenerProviders) final ConfigurationAbstractConfiguration.setAppending(RecordListenerProvider... newRecordListenerProviders) final voidDefaultConfiguration.setRecordListenerProvider(RecordListenerProvider... newRecordListenerProviders) -
Uses of RecordListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return RecordListenerProviderMethods in org.jooq.tools.jdbc with parameters of type RecordListenerProviderModifier and TypeMethodDescriptionMockConfiguration.derive(RecordListenerProvider... newRecordListenerProviders) MockConfiguration.set(RecordListenerProvider... newRecordListenerProviders)