Modifier and Type | Interface and Description |
---|---|
interface |
BooleanArgument
|
interface |
CollectionArgument<V extends Collection<E>,E>
|
interface |
ComparableArgument<V extends Comparable<?>>
|
interface |
EntityBeanArgument<V extends EntityBean>
|
interface |
ListArgument<E>
|
interface |
MapArgument<K,V>
|
interface |
NumberArgument<V extends Number & Comparable<?>>
|
interface |
SetArgument<E>
|
interface |
StringArgument
|
Modifier and Type | Method and Description |
---|---|
default void |
ExpressionFormatter.append(Argument<?> argument) |
default void |
ExpressionFormatter.append(SqlOperator<?,?> operator,
Argument<?> argument) |
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 |
Path<V>
This is the interface for a typed path
build by the
properties to traverse. |
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 | Interface and Description |
---|---|
interface |
AbstractArgument<V>
This is abstract base implementation of
Argument . |
interface |
AbstractBooleanArgument
The abstract base implementation of
BooleanArgument . |
interface |
AbstractCollectionArgument<V extends Collection<E>,E>
The abstract base implementation of
CollectionArgument . |
interface |
AbstractComparableArgument<V extends Comparable<?>>
The abstract base implementation of
ComparableArgument . |
interface |
AbstractEntityBeanArgument<V extends EntityBean>
The abstract base implementation of
EntityBeanArgument . |
interface |
AbstractListArgument<E>
The abstract base implementation of
CollectionArgument . |
interface |
AbstractMapArgument<K,V>
The abstract base implementation of
MapArgument . |
interface |
AbstractNumberArgument<V extends Number & Comparable<?>>
The abstract base implementation of
NumberArgument . |
interface |
AbstractSetArgument<E>
The abstract base implementation of
SetArgument . |
interface |
AbstractStringArgument
The abstract base implementation of
StringArgument . |
Modifier and Type | Method and Description |
---|---|
static <V> Argument<V> |
Args.of(V value) |
Modifier and Type | Field and Description |
---|---|
private Argument<L> |
SingleExpression.arg1 |
private Argument<R> |
SingleExpression.arg2 |
Modifier and Type | Method and Description |
---|---|
Argument<L> |
SingleExpression.getArg1() |
Argument<R> |
SingleExpression.getArg2() |
Modifier and Type | Method and Description |
---|---|
static <L,R> Expression |
SingleExpression.valueOf(Argument<L> arg1,
SqlOperator<? super L,? super R> operator,
Argument<R> arg2) |
static <L,R> Expression |
SingleExpression.valueOf(Argument<L> arg1,
SqlOperator<? super L,? super R> operator,
Argument<R> arg2) |
Constructor and Description |
---|
SingleExpression(Argument<L> arg1,
SqlOperator<? super L,? super R> operator,
Argument<R> arg2)
The constructor.
|
SingleExpression(Argument<L> arg1,
SqlOperator<? super L,? super R> operator,
Argument<R> arg2)
The constructor.
|
Modifier and Type | Field and Description |
---|---|
private Argument<V> |
FeatureSetImpl.SetExpression.assignment |
Modifier and Type | Method and Description |
---|---|
protected <V> Argument<V> |
AbstractFeature.asArg(PropertyPath<V> path) |
Argument<V> |
FeatureSetImpl.SetExpression.getAssignment() |
Constructor and Description |
---|
SetExpression(Path<V> path,
Argument<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 |
---|---|
void |
SqlBuilder.append(Argument<?> argument) |
void |
SqlBuilder.append(SqlOperator<?,?> operator,
Argument<?> arg2) |
Copyright © 2001–2016 mmm-Team. All rights reserved.