withHint

open override fun withHint(hintName: String, value: Any): PanacheQuery<Entity>

Set a query property or hint on the underlying JPA Query.

Return

this query, modified

Parameters

hintName

name of the property or hint.

value

value for the property or hint.