Uses of Interface
org.jooq.TransactionListenerProvider
-
Packages that use TransactionListenerProvider Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbcpackage 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 configuredTransactionListenerProviders from this configuration.Methods in org.jooq with parameters of type TransactionListenerProvider Modifier and Type Method Description ConfigurationConfiguration. derive(TransactionListenerProvider... newTransactionListenerProviders)Create a derived configuration from this one, with new transaction listener providers.ConfigurationConfiguration. 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 classDefaultTransactionListenerProviderA 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 ofDefaultTransactionListenerProviderfrom an array ofTransactionListenerinstances.TransactionListenerProvider[]DefaultConfiguration. transactionListenerProviders()Methods in org.jooq.impl with parameters of type TransactionListenerProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(TransactionListenerProvider... newTransactionListenerProviders)ConfigurationDefaultConfiguration. set(TransactionListenerProvider... newTransactionListenerProviders)voidDefaultConfiguration. 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 ConfigurationMockConfiguration. derive(TransactionListenerProvider... newTransactionListenerProviders)ConfigurationMockConfiguration. set(TransactionListenerProvider... newTransactionListenerProviders)
-