Uses of Interface
org.jooq.ContextTransactionalCallable
-
Packages that use ContextTransactionalCallable Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage 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> 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.impl
Methods in org.jooq.impl with parameters of type ContextTransactionalCallable Modifier and Type Method Description <T> TDefaultDSLContext. transactionResult(ContextTransactionalCallable<T> transactional)
-