Uses of Interface
org.jooq.BatchedRunnable
-
Packages that use BatchedRunnable Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage 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)
-