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