C - concrete subtypepublic interface FilteredClause<C extends FilteredClause<C>>
FilteredClause is an interface for clauses with a filter condition| Modifier and Type | Method and Description |
|---|---|
C |
where(Predicate... o)
Adds the given filter conditions
|
Copyright © 2007–2021 Querydsl. All rights reserved.