Uses of Interface
org.jooq.RecordListener
Packages that use RecordListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of RecordListener in org.jooq
Methods in org.jooq that return RecordListenerModifier and TypeMethodDescription@NotNull RecordListenerRecordListenerProvider.provide()Provide aRecordListenerinstance.Methods in org.jooq with parameters of type RecordListenerModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(RecordListener... newRecordListeners) Create a derived configuration from this one, with new record listeners.@NotNull ConfigurationConfiguration.deriveAppending(RecordListener... newRecordListeners) Create a derived configuration from this one, with appended record listeners.@NotNull ConfigurationConfiguration.set(RecordListener... newRecordListeners) Change this configuration to hold new record listeners.@NotNull ConfigurationConfiguration.setAppending(RecordListener... newRecordListeners) Change this configuration by appending new record listeners. -
Uses of RecordListener in org.jooq.impl
Classes in org.jooq.impl that implement RecordListenerModifier and TypeClassDescriptionfinal classARecordListenerthat allows for functional composition.classDeprecated.- 3.17.0 - [#13542] - This class is no longer needed.Methods in org.jooq.impl that return RecordListenerMethods in org.jooq.impl with parameters of type RecordListenerModifier and TypeMethodDescriptionfinal ConfigurationAbstractConfiguration.derive(RecordListener... newRecordListeners) final ConfigurationAbstractConfiguration.deriveAppending(RecordListener... newRecordListeners) static RecordListenerProvider[]DefaultRecordListenerProvider.providers(RecordListener... listeners) Convenience method to construct an array ofDefaultRecordListenerProviderfrom an array ofRecordListenerinstances.final ConfigurationAbstractConfiguration.set(RecordListener... newRecordListeners) final ConfigurationAbstractConfiguration.setAppending(RecordListener... newRecordListeners) final voidDefaultConfiguration.setRecordListener(RecordListener... newRecordListeners) Constructors in org.jooq.impl with parameters of type RecordListenerModifierConstructorDescriptionDefaultRecordListenerProvider(RecordListener listener) Create a new provider instance from an argument listener.