Uses of Interface
org.jooq.TransactionListenerProvider
-
Packages that use TransactionListenerProvider Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbc
package contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of TransactionListenerProvider in org.jooq
Methods in org.jooq that return TransactionListenerProvider Modifier and Type Method Description TransactionListenerProvider[]
Configuration. transactionListenerProviders()
Get the configuredTransactionListenerProvider
s from this configuration.Methods in org.jooq with parameters of type TransactionListenerProvider Modifier and Type Method Description Configuration
Configuration. derive(TransactionListenerProvider... newTransactionListenerProviders)
Create a derived configuration from this one, with new transaction listener providers.Configuration
Configuration. set(TransactionListenerProvider... newTransactionListenerProviders)
Change this configuration to hold a new transaction listener providers. -
Uses of TransactionListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement TransactionListenerProvider Modifier and Type Class Description class
DefaultTransactionListenerProvider
A default implementation forTransactionListenerProvider
.Methods in org.jooq.impl that return TransactionListenerProvider Modifier and Type Method Description static TransactionListenerProvider[]
DefaultTransactionListenerProvider. providers(TransactionListener... listeners)
Convenience method to construct an array ofDefaultTransactionListenerProvider
from an array ofTransactionListener
instances.TransactionListenerProvider[]
DefaultConfiguration. transactionListenerProviders()
Methods in org.jooq.impl with parameters of type TransactionListenerProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(TransactionListenerProvider... newTransactionListenerProviders)
Configuration
DefaultConfiguration. set(TransactionListenerProvider... newTransactionListenerProviders)
void
DefaultConfiguration. setTransactionListenerProvider(TransactionListenerProvider... newTransactionListenerProviders)
-
Uses of TransactionListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return TransactionListenerProvider Modifier and Type Method Description TransactionListenerProvider[]
MockConfiguration. transactionListenerProviders()
Methods in org.jooq.tools.jdbc with parameters of type TransactionListenerProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(TransactionListenerProvider... newTransactionListenerProviders)
Configuration
MockConfiguration. set(TransactionListenerProvider... newTransactionListenerProviders)
-