Uses of Interface
org.jooq.RecordListenerProvider
-
Packages that use RecordListenerProvider Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.tools.jdbc This package contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of RecordListenerProvider in org.jooq
Methods in org.jooq that return RecordListenerProvider Modifier and Type Method Description @NotNull RecordListenerProvider[]
Configuration. recordListenerProviders()
Get the configuredRecordListenerProvider
s from this configuration.Methods in org.jooq with parameters of type RecordListenerProvider Modifier and Type Method Description @NotNull Configuration
Configuration. derive(RecordListenerProvider... newRecordListenerProviders)
Create a derived configuration from this one, with new record listener providers.@NotNull Configuration
Configuration. set(RecordListenerProvider... newRecordListenerProviders)
Change this configuration to hold a new record listener providers. -
Uses of RecordListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement RecordListenerProvider Modifier and Type Class Description class
DefaultRecordListenerProvider
A default implementation forRecordListenerProvider
.Methods in org.jooq.impl that return RecordListenerProvider Modifier and Type Method Description static RecordListenerProvider[]
DefaultRecordListenerProvider. providers(RecordListener... listeners)
Convenience method to construct an array ofDefaultRecordListenerProvider
from an array ofRecordListener
instances.RecordListenerProvider[]
DefaultConfiguration. recordListenerProviders()
Methods in org.jooq.impl with parameters of type RecordListenerProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(RecordListenerProvider... newRecordListenerProviders)
Configuration
DefaultConfiguration. set(RecordListenerProvider... newRecordListenerProviders)
void
DefaultConfiguration. setRecordListenerProvider(RecordListenerProvider... newRecordListenerProviders)
-
Uses of RecordListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return RecordListenerProvider Modifier and Type Method Description RecordListenerProvider[]
MockConfiguration. recordListenerProviders()
Methods in org.jooq.tools.jdbc with parameters of type RecordListenerProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(RecordListenerProvider... newRecordListenerProviders)
Configuration
MockConfiguration. set(RecordListenerProvider... newRecordListenerProviders)
-