Uses of Interface
org.jooq.TransactionListenerProvider
Packages that use TransactionListenerProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of TransactionListenerProvider in org.jooq
Methods in org.jooq that return TransactionListenerProviderModifier and TypeMethodDescription@NotNull TransactionListenerProvider @NotNull []
Configuration.transactionListenerProviders()
Get the configuredTransactionListenerProvider
s from this configuration.Methods in org.jooq with parameters of type TransactionListenerProviderModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(TransactionListenerProvider... newTransactionListenerProviders) Create a derived configuration from this one, with new transaction listener providers.@NotNull Configuration
Configuration.deriveAppending
(TransactionListenerProvider... newTransactionListenerProviders) Create a derived configuration from this one, with appended transaction listener providers.@NotNull Configuration
Configuration.set
(TransactionListenerProvider... newTransactionListenerProviders) Change this configuration to hold new transaction listener providers.@NotNull Configuration
Configuration.setAppending
(TransactionListenerProvider... newTransactionListenerProviders) Change this configuration by appending new transaction listener providers. -
Uses of TransactionListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement TransactionListenerProviderMethods in org.jooq.impl that return TransactionListenerProviderModifier and TypeMethodDescriptionstatic TransactionListenerProvider[]
DefaultTransactionListenerProvider.providers
(TransactionListener... listeners) Convenience method to construct an array ofDefaultTransactionListenerProvider
from an array ofTransactionListener
instances.final TransactionListenerProvider[]
DefaultConfiguration.transactionListenerProviders()
Methods in org.jooq.impl with parameters of type TransactionListenerProviderModifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(TransactionListenerProvider... newTransactionListenerProviders) final Configuration
AbstractConfiguration.deriveAppending
(TransactionListenerProvider... newTransactionListenerProviders) final Configuration
DefaultConfiguration.set
(TransactionListenerProvider... newTransactionListenerProviders) final Configuration
AbstractConfiguration.setAppending
(TransactionListenerProvider... newTransactionListenerProviders) final void
DefaultConfiguration.setTransactionListenerProvider
(TransactionListenerProvider... newTransactionListenerProviders) -
Uses of TransactionListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return TransactionListenerProviderMethods in org.jooq.tools.jdbc with parameters of type TransactionListenerProviderModifier and TypeMethodDescriptionMockConfiguration.derive
(TransactionListenerProvider... newTransactionListenerProviders) MockConfiguration.set
(TransactionListenerProvider... newTransactionListenerProviders)