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