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 configuredRecordListenerProvider
s from this configuration.Methods in org.jooq with parameters of type RecordListenerProviderModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(RecordListenerProvider... newRecordListenerProviders) Create a derived configuration from this one, with new record listener providers.@NotNull Configuration
Configuration.deriveAppending
(RecordListenerProvider... newRecordListenerProviders) Create a derived configuration from this one, with appended record listener providers.@NotNull Configuration
Configuration.set
(RecordListenerProvider... newRecordListenerProviders) Change this configuration to hold new record listener providers.@NotNull Configuration
Configuration.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 ofDefaultRecordListenerProvider
from an array ofRecordListener
instances.final RecordListenerProvider[]
DefaultConfiguration.recordListenerProviders()
Methods in org.jooq.impl with parameters of type RecordListenerProviderModifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(RecordListenerProvider... newRecordListenerProviders) final Configuration
AbstractConfiguration.deriveAppending
(RecordListenerProvider... newRecordListenerProviders) final Configuration
DefaultConfiguration.set
(RecordListenerProvider... newRecordListenerProviders) final Configuration
AbstractConfiguration.setAppending
(RecordListenerProvider... newRecordListenerProviders) final void
DefaultConfiguration.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)