Uses of Interface
org.jooq.TransactionProvider
-
Packages that use TransactionProvider 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 TransactionProvider in org.jooq
Methods in org.jooq that return TransactionProvider Modifier and Type Method Description TransactionProvider
Configuration. transactionProvider()
Get this configuration's underlying transaction provider.Methods in org.jooq with parameters of type TransactionProvider Modifier and Type Method Description Configuration
Configuration. derive(TransactionProvider newTransactionProvider)
Create a derived configuration from this one, with a new transaction provider.Configuration
Configuration. set(TransactionProvider newTransactionProvider)
Change this configuration to hold a new transaction provider. -
Uses of TransactionProvider in org.jooq.impl
Classes in org.jooq.impl that implement TransactionProvider Modifier and Type Class Description class
DefaultTransactionProvider
A default implementation for theTransactionProvider
SPI.class
NoTransactionProvider
An "empty" implementation that is never transactional.class
ThreadLocalTransactionProvider
ATransactionProvider
that implements thread-bound transaction semantics.Methods in org.jooq.impl that return TransactionProvider Modifier and Type Method Description TransactionProvider
DefaultConfiguration. transactionProvider()
Methods in org.jooq.impl with parameters of type TransactionProvider Modifier and Type Method Description Configuration
DefaultConfiguration. derive(TransactionProvider newTransactionProvider)
Configuration
DefaultConfiguration. set(TransactionProvider newTransactionProvider)
void
DefaultConfiguration. setTransactionProvider(TransactionProvider newTransactionProvider)
-
Uses of TransactionProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return TransactionProvider Modifier and Type Method Description TransactionProvider
MockConfiguration. transactionProvider()
Methods in org.jooq.tools.jdbc with parameters of type TransactionProvider Modifier and Type Method Description Configuration
MockConfiguration. derive(TransactionProvider newTransactionProvider)
Configuration
MockConfiguration. set(TransactionProvider newTransactionProvider)
-