filter

abstract QueryType filter(Predicate<EntityType> filter)

Applies the specified filter to this query. This query is not executed at this point.

Return

this query

Parameters

filter

the filter to apply to this query