Uses of Interface
org.jooq.BatchedRunnable
-
Packages that use BatchedRunnable Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of BatchedRunnable in org.jooq
Methods in org.jooq with parameters of type BatchedRunnable Modifier and Type Method Description void
DSLContext. batched(BatchedRunnable runnable)
Run aBatchedRunnable
on aBatchedConnection
, delaying execution as long as possible before batching. -
Uses of BatchedRunnable in org.jooq.impl
Methods in org.jooq.impl with parameters of type BatchedRunnable Modifier and Type Method Description void
DefaultDSLContext. batched(BatchedRunnable runnable)
-