Uses of Class
io.ebeaninternal.server.persist.BatchControl
Packages that use BatchControl
-
Uses of BatchControl in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return BatchControlModifier and TypeMethodDescriptionSpiTransaction.batchControl()Return the BatchControl used to batch up persist requests.SpiTransactionProxy.batchControl()Methods in io.ebeaninternal.api with parameters of type BatchControlModifier and TypeMethodDescriptionvoidSpiTransaction.setBatchControl(BatchControl control) Set the BatchControl used to batch up persist requests.voidSpiTransactionProxy.setBatchControl(BatchControl control) -
Uses of BatchControl in io.ebeaninternal.server.persist
Methods in io.ebeaninternal.server.persist that return BatchControlModifier and TypeMethodDescriptionPersistExecute.createBatchControl(SpiTransaction t) Create a BatchControl for the current transaction.