SELF - the generic type of this query itself (this) for fluent API calls.public interface FeatureSet<SELF extends FeatureSet<SELF>> extends StatementFeature
| Modifier and Type | Method and Description |
|---|---|
<V> SELF |
set(PropertyPath<V> path,
PropertyPath<V> valuePath)
Adds a value binding setting the given
PropertyPath to the value of the given valuePropertyPath. |
<V> SELF |
set(PropertyPath<V> path,
V value)
Adds a value binding setting the given
PropertyPath to the given value. |
default SELF |
setNull(PropertyPath<?> path)
Adds a value binding setting the given
PropertyPath to null. |
<V> SELF set(PropertyPath<V> path, V value)
PropertyPath to the given value.V - the generic type of the value.path - the PropertyPath to set.value - the literal value to set for each matching object.<V> SELF set(PropertyPath<V> path, PropertyPath<V> valuePath)
PropertyPath to the value of the given valuePropertyPath.V - the generic type of the value.path - the PropertyPath to set.valuePath - the PropertyPath pointing to the value to set the given PropertyPath to.default SELF setNull(PropertyPath<?> path)
PropertyPath to null.path - the PropertyPath to set.Copyright © 2001–2016 mmm-Team. All rights reserved.