Uses of Interface
org.jooq.RecordListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of RecordListener in org.jooq
Modifier and TypeMethodDescription@NotNull RecordListener
RecordListenerProvider.provide()
Provide aRecordListener
instance.Modifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(RecordListener... newRecordListeners) Create a derived configuration from this one, with new record listeners.@NotNull Configuration
Configuration.deriveAppending
(RecordListener... newRecordListeners) Create a derived configuration from this one, with appended record listeners.@NotNull Configuration
Configuration.set
(RecordListener... newRecordListeners) Change this configuration to hold new record listeners.@NotNull Configuration
Configuration.setAppending
(RecordListener... newRecordListeners) Change this configuration by appending new record listeners. -
Uses of RecordListener in org.jooq.impl
Modifier and TypeClassDescriptionfinal class
ARecordListener
that allows for functional composition.class
Deprecated.- 3.17.0 - [#13542] - This class is no longer needed.Modifier and TypeMethodDescriptionfinal Configuration
AbstractConfiguration.derive
(RecordListener... newRecordListeners) final Configuration
AbstractConfiguration.deriveAppending
(RecordListener... newRecordListeners) static RecordListenerProvider[]
DefaultRecordListenerProvider.providers
(RecordListener... listeners) Convenience method to construct an array ofDefaultRecordListenerProvider
from an array ofRecordListener
instances.final Configuration
AbstractConfiguration.set
(RecordListener... newRecordListeners) final Configuration
AbstractConfiguration.setAppending
(RecordListener... newRecordListeners) final void
DefaultConfiguration.setRecordListener
(RecordListener... newRecordListeners) ModifierConstructorDescriptionDefaultRecordListenerProvider
(RecordListener listener) Create a new provider instance from an argument listener.