Modifier and Type | Method and Description |
---|---|
Path<V> |
Argument.getValuePath() |
Modifier and Type | Method and Description |
---|---|
Expression |
Argument.eq(Path<V> property) |
Expression |
NumberArgument.geq(Path<V> path) |
Expression |
NumberArgument.gt(Path<V> path) |
Expression |
NumberArgument.leq(Path<V> path) |
Expression |
NumberArgument.lt(Path<V> path) |
Expression |
Argument.neq(Path<V> property) |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanPath
This is the interface for a
Path that is a BooleanArgument . |
interface |
CollectionPath<V extends Collection<E>,E>
This is the interface for a
Path that is a CollectionArgument . |
interface |
ComparablePath<V extends Comparable<?>>
This is the interface for a
Path that is a ComparableArgument . |
interface |
EntityBeanPath<V extends EntityBean>
This is the interface for a
Path that is a EntityBeanArgument . |
interface |
ListPath<E>
This is the interface for a
Path that is a ListArgument . |
interface |
MapPath<K,V>
This is the interface for a
Path that is a MapArgument . |
interface |
NumberPath<V extends Number & Comparable<?>>
This is the interface for a
Path that is a NumberArgument . |
interface |
SetPath<E>
This is the interface for a
Path that is a SetArgument . |
interface |
StringPath
This is the interface for a
Path that is a StringArgument . |
Modifier and Type | Method and Description |
---|---|
<V extends EntityBean> |
PathFactory.to(LinkProperty<V> property) |
<V> Path<V> |
PathFactory.to(ReadableProperty<V> property) |
Modifier and Type | Method and Description |
---|---|
Path<V> |
ConstantArgument.getValuePath() |
Modifier and Type | Method and Description |
---|---|
default Expression |
AbstractArgument.eq(Path<V> arg2) |
default Expression |
AbstractArgument.exp(SqlOperator<? super V,? super V> operator,
Path<V> arg2) |
default Expression |
AbstractNumberArgument.geq(Path<V> path) |
default Expression |
AbstractNumberArgument.gt(Path<V> path) |
default Expression |
AbstractNumberArgument.leq(Path<V> path) |
default Expression |
AbstractNumberArgument.lt(Path<V> path) |
default Expression |
AbstractArgument.neq(Path<V> arg2) |
Modifier and Type | Field and Description |
---|---|
private Path<V> |
FeatureSetImpl.SetExpression.path |
private Path<V> |
FeatureLetImpl.LetExpression.path |
Modifier and Type | Field and Description |
---|---|
private List<Path<?>> |
FeatureGroupByImpl.groupByList |
Modifier and Type | Method and Description |
---|---|
protected <V> Path<V> |
AbstractFeature.asPath(PropertyPath<V> path) |
Path<V> |
FeatureSetImpl.SetExpression.getPath() |
Constructor and Description |
---|
LetExpression(String variable,
Path<V> path)
The constructor.
|
LetExpression(Variable<V> variable,
Path<V> path)
The constructor.
|
SetExpression(Path<V> path,
Argument<V> assignment)
The constructor.
|
SetExpression(Path<V> path,
V assignment)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanPathImpl
This is the implementation of
BooleanPath . |
class |
CollectionPathImpl<V extends Collection<E>,E>
This is the implementation of
CollectionPath . |
class |
ComparablePathImpl<V extends Comparable<?>>
This is the implementation of
ComparablePath . |
class |
EntityBeanPathImpl<V extends EntityBean>
This is the implementation of
EntityBeanPath . |
class |
ListPathImpl<E>
This is the implementation of
ListPath . |
class |
MapPathImpl<K,V>
This is the implementation of
MapPath . |
class |
NumberPathImpl<V extends Number & Comparable<?>>
This is the implementation of
NumberPath . |
class |
PathImpl<V>
This is the implementation of
Path . |
class |
SetPathImpl<E>
This is the implementation of
SetPath . |
class |
StringPathImpl
This is the implementation of
StringPath . |
Modifier and Type | Method and Description |
---|---|
Path<V> |
PathImpl.getValuePath() |
<V extends EntityBean> |
AbstractPathFactory.to(LinkProperty<V> property) |
<V> Path<V> |
AbstractPathFactory.to(ReadableProperty<V> property) |
Modifier and Type | Field and Description |
---|---|
private List<Path<?>> |
SqlBuilder.paths |
Modifier and Type | Method and Description |
---|---|
(package private) List<Path<?>> |
SqlBuilder.getPaths() |
Modifier and Type | Method and Description |
---|---|
void |
SqlBuilder.addPath(Path<?> path) |
void |
SqlBuilder.addPaths(Path<?>... pathArray) |
Modifier and Type | Method and Description |
---|---|
void |
SqlBuilder.addPaths(List<Path<?>> pathList) |
Copyright © 2001–2016 mmm-Team. All rights reserved.