SELF
- the generic type of this query itself (this) for fluent API calls.public interface FeatureWhere<SELF extends FeatureWhere<SELF>> extends StatementFeature
Modifier and Type | Method and Description |
---|---|
SELF |
where(Expression... expressions)
Adds the given
Expression s as filter criteria to the WHERE-clause. |
SELF where(Expression... expressions)
Expression
s as filter criteria to the WHERE-clause. Multiple invocations will combine
Expression
s with logical AND
but it is preferred to use a
single invocation.expressions
- the Expression
s to add.Copyright © 2001–2016 mmm-Team. All rights reserved.