Package | Description |
---|---|
net.sf.mmm.util.filter.base |
Contains public implementations of the
filtering-API . |
net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
net.sf.mmm.util.query.api.expression | |
net.sf.mmm.util.query.base.expression | |
net.sf.mmm.util.query.base.feature | |
net.sf.mmm.util.query.base.statement |
Modifier and Type | Field and Description |
---|---|
private Conjunction |
ConjunctionFilter.conjunction
The boolean conjunction.
|
private Conjunction |
ConjunctionCharFilter.conjunction
The boolean conjunction.
|
Constructor and Description |
---|
ConjunctionCharFilter(Conjunction conjunction,
CharFilter... filters)
The constructor.
|
ConjunctionFilter(Conjunction conjunction,
Filter<V>... filters)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
static Conjunction |
Conjunction.fromValue(String value)
This method gets the
Conjunction with the given value . |
abstract Conjunction |
Conjunction.negate() |
static Conjunction |
Conjunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conjunction[] |
Conjunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Expression |
Expression.combine(Conjunction conjunction,
Collection<Expression> terms) |
default Expression |
Expression.combine(Conjunction conjunction,
Expression... terms) |
default String |
ExpressionFormatter.format(Conjunction conjunction) |
Modifier and Type | Field and Description |
---|---|
private Conjunction |
ConjunctionExpression.conjunction |
Modifier and Type | Method and Description |
---|---|
Conjunction |
ConjunctionExpression.getConjunction() |
Modifier and Type | Method and Description |
---|---|
Expression |
SingleExpression.combine(Conjunction conjunction,
Collection<Expression> expressions) |
Expression |
ConstantExpression.combine(Conjunction conjunction,
Collection<Expression> expressions) |
Expression |
ConjunctionExpression.combine(Conjunction conj,
Collection<Expression> expressions) |
static Expression |
Expressions.combine(Conjunction conjunction,
Expression... expressions) |
static Expression |
ConjunctionExpression.valueOf(Conjunction conjunction,
Collection<Expression> expressions) |
static Expression |
ConjunctionExpression.valueOf(Conjunction conjunction,
Expression... expressions) |
static Expression |
ConjunctionExpression.valueOf(Expression expression,
Conjunction conjunction,
Collection<Expression> expressions) |
private static Expression |
ConjunctionExpression.valueOf(List<Expression> children,
Conjunction conjunction,
Collection<Expression> expressions) |
Constructor and Description |
---|
ConjunctionExpression(Conjunction conjunction,
List<Expression> terms)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Expression |
AbstractFeature.combine(Expression expression,
Conjunction conjunction,
Expression... newExpressions)
|
Modifier and Type | Method and Description |
---|---|
default String |
SqlDialect.conjuction(Conjunction conjunction) |
default String |
SqlDialect.endConjunction(Conjunction conjunction) |
String |
SqlBuilder.format(Conjunction conjunction) |
default String |
SqlDialect.startConjunction(Conjunction conjunction) |
Copyright © 2001–2016 mmm-Team. All rights reserved.