| Modifier and Type | Interface and Description |
|---|---|
interface |
MCriteria
Parser model criteria.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MAggregate |
class |
MAttribute |
static class |
MCriteria.And
The Model And.
|
static class |
MCriteria.Between
Model between criteria.
|
static class |
MCriteria.ILike
The model ILike criteria.
|
static class |
MCriteria.Like |
static class |
MCriteria.Not
The Model Not.
|
static class |
MCriteria.Or
The model Or.
|
static class |
MCriteria.Simple
The Class Simple.
|
class |
MValue<T>
The model value class.
|
static class |
MValue.MBool
The model boolean class
|
static class |
MValue.MByte
The model byte class
|
static class |
MValue.MChar
The model class for string values
|
static class |
MValue.MDouble
The model double class
|
static class |
MValue.MEnum<T extends Enum<T>>
The class for java enum instances
|
static class |
MValue.MFloat |
static class |
MValue.MInt
The model integer class
|
static class |
MValue.MJavaDate
The model class for java dates
|
static class |
MValue.MLong
The model long class
|
static class |
MValue.MShort
The model short class
|
static class |
MValue.MSqlDate
The model class for query dates
|
static class |
MValue.MString
The model class for string values
|
| Modifier and Type | Method and Description |
|---|---|
ModelElement<?> |
MCriteria.Between.getMax()
Gets the max.
|
ModelElement<?> |
MCriteria.Between.getMin()
Gets the min.
|
ModelElement<?> |
MCriteria.Simple.getRhs()
Gets the rhs.
|
| Constructor and Description |
|---|
Between(MAttribute attr,
ModelElement<?> min,
boolean includeMin,
ModelElement<?> max,
boolean includeMax)
Instantiates a new between model criteria.
|
Between(MAttribute attr,
ModelElement<?> min,
boolean includeMin,
ModelElement<?> max,
boolean includeMax)
Instantiates a new between model criteria.
|
Simple(MAttribute attr,
MCriteria.SimpleOp op,
ModelElement<?> rhs)
Instantiates a new simple criteria.
|
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.