public interface PathProperty<E> extends Property<E>
dot()
operator.Modifier and Type | Method and Description |
---|---|
default <T> BaseProperty<T> |
dot(BaseProperty<T> property)
Constructs a new property path by appending the argument to the existing property separated by a dot.
|
default <T> DateProperty<T> |
dot(DateProperty<T> property)
Constructs a new property path by appending the argument to the existing property separated by a dot.
|
default <T extends Number> |
dot(NumericProperty<T> property)
Constructs a new property path by appending the argument to the existing property separated by a dot.
|
default BaseProperty<Object> |
dot(String property)
Constructs a property path by appending the argument to the existing property separated by a dot.
|
default <T extends CharSequence> |
dot(StringProperty<T> property)
Constructs a new property path by appending the argument to the existing property separated by a dot.
|
getAlias, getExpression, getName, getType
default BaseProperty<Object> dot(String property)
default <T> BaseProperty<T> dot(BaseProperty<T> property)
property
- to append to pathdefault <T extends Number> NumericProperty<T> dot(NumericProperty<T> property)
property
- to append to pathdefault <T extends CharSequence> StringProperty<T> dot(StringProperty<T> property)
property
- to append to pathdefault <T> DateProperty<T> dot(DateProperty<T> property)
property
- to append to pathCopyright © 2001–2020 Apache Cayenne. All rights reserved.