Uses of Class
org.r10r.sqlify.core.Batch
-
Packages that use Batch Package Description org.r10r.sqlify org.r10r.sqlify.core -
-
Uses of Batch in org.r10r.sqlify
Method parameters in org.r10r.sqlify with type arguments of type Batch Modifier and Type Method Description Sqlify.BatchBuilderSqlify.BatchBuilder. withBatches(List<Batch> batches) -
Uses of Batch in org.r10r.sqlify.core
Methods in org.r10r.sqlify.core that return Batch Modifier and Type Method Description static BatchBatch. create()BatchBatch. withParameter(String key, Object value)Constructor parameters in org.r10r.sqlify.core with type arguments of type Batch Constructor Description SqlifyBatched(String userProvidedSqlWithPlaceholder, List<Batch> parameterMapBatches)
-