withLock

abstract fun withLock(lockModeType: LockModeType): PanacheQuery<Entity>

Define the locking strategy used for this query.

Return

this query, modified

Parameters

lockModeType

the locking strategy to be used for this query.