Uses of Interface
org.jooq.BatchedCallable
Packages that use BatchedCallable
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of BatchedCallable in org.jooq
Methods in org.jooq with parameters of type BatchedCallableModifier and TypeMethodDescription<T> T
DSLContext.batchedResult
(BatchedCallable<T> callable) Run aBatchedRunnable
on aBatchedConnection
, delaying execution as long as possible before batching. -
Uses of BatchedCallable in org.jooq.impl
Methods in org.jooq.impl with parameters of type BatchedCallableModifier and TypeMethodDescription<T> T
DefaultDSLContext.batchedResult
(BatchedCallable<T> callable)