withBatchSize

abstract fun withBatchSize(batchSize: Int): PanacheQuery<Entity>

Define the batch size for this query.

Return

this query, modified

Parameters

batchSize

the batch size to be used for this query.