Package | Description |
---|---|
net.sf.mmm.util.query.base.argument |
Modifier and Type | Class and Description |
---|---|
class |
ConstantBooleanArgument
This is the
constant implementation of BooleanArgument . |
class |
ConstantCollectionArgument<V extends Collection<E>,E>
This is the
constant implementation of CollectionArgument . |
class |
ConstantComparableArgument<V extends Comparable<?>>
This is the
constant implementation of ComparableArgument . |
class |
ConstantEntityBeanArgument<V extends EntityBean>
This is the
constant implementation of EntityBeanArgument . |
class |
ConstantListArgument<E>
This is the
constant implementation of ListArgument . |
class |
ConstantMapArgument<K,V>
This is the
constant implementation of MapArgument . |
class |
ConstantNumberArgument<V extends Number & Comparable<?>>
This is the
constant implementation of NumberArgument . |
class |
ConstantSetArgument<E>
This is the
constant implementation of ListArgument . |
class |
ConstantStringArgument
This is the
constant implementation of StringArgument . |
Modifier and Type | Field and Description |
---|---|
static ConstantArgument |
ConstantArgument.NULL
The singleton
ConstantArgument instance for the null literal. |
Modifier and Type | Method and Description |
---|---|
default Expression |
AbstractArgument.exp(SqlOperator<? super V,? super V> operator,
ConstantArgument<V> arg2) |
Copyright © 2001–2016 mmm-Team. All rights reserved.