public class ComparisonCriteria<T> extends EvaluationCriteria<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
GE |
static String |
GT |
static String |
LE |
static String |
LT |
| Constructor and Description |
|---|
ComparisonCriteria(WhereFieldCollector wfc) |
| Modifier and Type | Method and Description |
|---|---|
WhereFieldCollector |
ge(T t) |
WhereFieldCollector |
gt(T t) |
WhereFieldCollector |
le(T t) |
WhereFieldCollector |
lt(T t) |
eq, in, isNotNull, isNullpublic static final String LT
public static final String LE
public static final String GT
public static final String GE
public ComparisonCriteria(WhereFieldCollector wfc)
public WhereFieldCollector lt(T t)
public WhereFieldCollector le(T t)
public WhereFieldCollector gt(T t)
public WhereFieldCollector ge(T t)
Copyright © 2015. All rights reserved.