| Modifier and Type | Method and Description |
|---|---|
protected abstract Long |
GenericDaoImpl.count(T entityWhat,
T criteriaMask,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType) |
protected abstract List<T> |
GenericDaoImpl.find(T entityWhat,
T criteriaMask,
T sortMask,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType,
QuerySortOrder sortOrder,
Integer start,
Integer max) |
protected abstract String |
GenericDaoImpl.findWhere(T criteriaMask,
boolean b,
boolean all,
OperandType operandType,
Boolean caseSensitivenessType) |
| Modifier and Type | Method and Description |
|---|---|
Long |
GenericDaoJpaImpl.count(T t,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType) |
protected String |
GenericDaoJpaImpl.countQuery(T t,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType) |
| Modifier and Type | Method and Description |
|---|---|
OperandType |
EntityCriteria.getOperandType() |
| Constructor and Description |
|---|
EntityCriteria(T entity,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType) |
| Modifier and Type | Method and Description |
|---|---|
static OperandType |
OperandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperandType[] |
OperandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
BuilderUtils.getEvaluatorPrefix(OperandType operandType) |
static String |
BuilderUtils.getEvaluatorSuffix(OperandType operandType) |
static String |
BuilderUtils.getOperand(OperandType operandType) |
Copyright © 2015. All rights reserved.