| Modifier and Type | Field and Description |
|---|---|
static MAttribute |
MAttribute.KEY
The key.
|
static MAttribute |
MAttribute.STAR
Star for doing count(*)
|
static MAttribute |
MAttribute.VALUE
The value.
|
| Modifier and Type | Method and Description |
|---|---|
MAttribute |
EhcacheSearchParser.Attribute()
And attibute.
|
MAttribute |
MAggregate.getAttribute() |
MAttribute |
MOrderBy.getAttribute()
Gets the attribute.
|
MAttribute |
MCriteria.Simple.getAttribute()
Gets the attribute.
|
MAttribute |
MCriteria.Between.getAttribute()
Gets the attribute.
|
MAttribute |
MCriteria.ILike.getAttribute()
Gets the attribute.
|
MAttribute |
MCriteria.Like.getAttribute()
Gets the attribute.
|
MAttribute |
MTarget.getAttribute()
Gets the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<MAttribute> |
ParseModel.getGroupBy()
Gets the group by.
|
List<MAttribute> |
ParseModel.getIncludedTargetAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseModel.addGroupBy(MAttribute attr)
Adds the group by.
|
void |
ParseModel.addOrderBy(MAttribute attr,
boolean asc)
Adds an order by.
|
MCriteria |
EhcacheSearchParser.ILikeCriteria(MAttribute attr)
An ilike criteria completion production.
|
void |
ParseModel.includeTargetAttribute(MAttribute ma) |
MCriteria |
EhcacheSearchParser.InCriteria(MAttribute attr)
A IN criteria completion production.
|
MCriteria |
EhcacheSearchParser.IsBetweenCriteria(MAttribute attr)
A isbetween production completion.
|
MCriteria |
EhcacheSearchParser.LikeCriteria(MAttribute attr)
A like criteria completion production.
|
MCriteria |
EhcacheSearchParser.SQLBetweenCriteria(MAttribute attr)
A SQL-92 between production completion.
|
| Constructor and Description |
|---|
Between(MAttribute attr,
ModelElement<?> min,
boolean includeMin,
ModelElement<?> max,
boolean includeMax)
Instantiates a new between model criteria.
|
ILike(MAttribute attr,
String regexp)
Instantiates a new i like.
|
Like(MAttribute attr,
String regexp)
Instantiates a new like.
|
MAggregate(MAggregate.AggOp op,
MAttribute ma)
Instantiates a new m aggregate.
|
MOrderBy(MAttribute attr,
boolean asc)
Instantiates a new model order by.
|
MTarget(MAttribute attr)
Instantiates a new model target from attribute.
|
Simple(MAttribute attr,
MCriteria.SimpleOp op,
ModelElement<?> rhs)
Instantiates a new simple criteria.
|
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.