Uses of Interface
org.jooq.ContextTransactionalCallable
Packages that use ContextTransactionalCallable
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of ContextTransactionalCallable in org.jooq
Methods in org.jooq with parameters of type ContextTransactionalCallableModifier and TypeMethodDescription<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 ContextTransactionalCallableModifier and TypeMethodDescription<T> T
DefaultDSLContext.transactionResult
(ContextTransactionalCallable<T> transactional)