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.jooqMethods in org.jooq with parameters of type ContextTransactionalCallableModifier and TypeMethodDescription<T> TDSLContext.transactionResult(ContextTransactionalCallable<T> transactional) Run aContextTransactionalRunnablein the context of thisDSLContext's underlyingScope.configuration()'sConfiguration.transactionProvider(), and return thetransactional's outcome.
- 
Uses of ContextTransactionalCallable in org.jooq.implMethods in org.jooq.impl with parameters of type ContextTransactionalCallableModifier and TypeMethodDescription<T> TDefaultDSLContext.transactionResult(ContextTransactionalCallable<T> transactional)