| 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) |
| 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 |
|---|---|
EntityMatchType |
EntityCriteria.getMatchType() |
| Constructor and Description |
|---|
EntityCriteria(T entity,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType) |
| Modifier and Type | Method and Description |
|---|---|
static EntityMatchType |
EntityMatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityMatchType[] |
EntityMatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BuilderUtils.isAll(EntityMatchType matchType) |
Copyright © 2015. All rights reserved.