Uses of Interface
org.jooq.ContextTransactionalCallable
-
Packages that use ContextTransactionalCallable Package Description org.jooq Theorg.jooq
package contains jOOQ's public API.org.jooq.impl Theorg.jooq.impl
package contains jOOQ's implementation classes. -
-
Uses of ContextTransactionalCallable in org.jooq
Methods in org.jooq with parameters of type ContextTransactionalCallable Modifier and Type Method Description <T> T
DSLContext. transactionResult(ContextTransactionalCallable<T> transactional)
Run aContextTransactionalRunnable
in the context of thisDSLContext
's underlyingScope.configuration()
'sConfiguration.transactionProvider()
, and return thetransactional
's outcome. -
Uses of ContextTransactionalCallable in org.jooq.impl
Methods in org.jooq.impl with parameters of type ContextTransactionalCallable Modifier and Type Method Description <T> T
DefaultDSLContext. transactionResult(ContextTransactionalCallable<T> transactional)
-