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 voidDSLContext. batched(BatchedRunnable runnable)Run aBatchedRunnableon 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 voidDefaultDSLContext. batched(BatchedRunnable runnable)
-