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 configuredTransactionListenerProviders from this configuration.Methods in org.jooq with parameters of type TransactionListenerProviderModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(TransactionListenerProvider... newTransactionListenerProviders) Create a derived configuration from this one, with new transaction listener providers.@NotNull ConfigurationConfiguration.deriveAppending(TransactionListenerProvider... newTransactionListenerProviders) Create a derived configuration from this one, with appended transaction listener providers.@NotNull ConfigurationConfiguration.set(TransactionListenerProvider... newTransactionListenerProviders) Change this configuration to hold new transaction listener providers.@NotNull ConfigurationConfiguration.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 ofDefaultTransactionListenerProviderfrom an array ofTransactionListenerinstances.final TransactionListenerProvider[]DefaultConfiguration.transactionListenerProviders()Methods in org.jooq.impl with parameters of type TransactionListenerProviderModifier and TypeMethodDescriptionfinal ConfigurationDefaultConfiguration.derive(TransactionListenerProvider... newTransactionListenerProviders) final ConfigurationAbstractConfiguration.deriveAppending(TransactionListenerProvider... newTransactionListenerProviders) final ConfigurationDefaultConfiguration.set(TransactionListenerProvider... newTransactionListenerProviders) final ConfigurationAbstractConfiguration.setAppending(TransactionListenerProvider... newTransactionListenerProviders) final voidDefaultConfiguration.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)