SELF
- the generic type of this query itself (this) for fluent API calls.public interface FeatureLet<SELF extends FeatureLet<SELF>> extends StatementFeature
Modifier and Type | Method and Description |
---|---|
<V> Variable<V> |
let(PropertyPath<V> path,
String variable) |
SELF |
let(String variable,
PropertyPath<?> path) |
<V> SELF |
let(Variable<V> variable,
PropertyPath<V> path) |
<V> SELF let(Variable<V> variable, PropertyPath<V> path)
V
- the generic type of the value represented by the Variable
and PropertyPath
.variable
- the context Variable
to bind.path
- the PropertyPath
to bind to the Variable
.SELF let(String variable, PropertyPath<?> path)
variable
- the context Variable
to bind.path
- the PropertyPath
to bind to the Variable
.<V> Variable<V> let(PropertyPath<V> path, String variable)
V
- the generic type of the value represented by the Variable
and PropertyPath
.path
- the PropertyPath
to bind to the Variable
.variable
- the context Variable
to bind.Variable
created for the given String
.Copyright © 2001–2016 mmm-Team. All rights reserved.