Uses of Interface
org.jooq.BatchedRunnable
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of BatchedRunnable in org.jooq
Modifier and TypeMethodDescriptionvoid
DSLContext.batched
(BatchedRunnable runnable) Run aBatchedRunnable
on aBatchedConnection
, delaying execution as long as possible before batching. -
Uses of BatchedRunnable in org.jooq.impl