|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperandType | |
---|---|
net.sf.minuteProject.model.dao | |
net.sf.minuteProject.model.data.criteria | |
net.sf.minuteProject.model.data.criteria.constant | |
net.sf.minuteProject.model.utils |
Uses of OperandType in net.sf.minuteProject.model.dao |
---|
Methods in net.sf.minuteProject.model.dao with parameters of type OperandType | |
---|---|
protected abstract Long |
GenericDaoImpl.count(T criteriaMask,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType)
|
protected abstract List<T> |
GenericDaoImpl.find(T criteriaMask,
T sortMask,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType,
QuerySortOrder sortOrder,
int start,
int max)
|
protected String |
GenericDaoImpl.findQuery(T criteriaMask,
T orderMask,
String what,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType,
QuerySortOrder sortOrder)
|
protected abstract String |
GenericDaoImpl.findWhere(T criteriaMask,
boolean b,
boolean all,
OperandType operandType,
Boolean caseSensitivenessType)
|
Uses of OperandType in net.sf.minuteProject.model.data.criteria |
---|
Methods in net.sf.minuteProject.model.data.criteria that return OperandType | |
---|---|
OperandType |
EntityCriteria.getOperandType()
|
Methods in net.sf.minuteProject.model.data.criteria with parameters of type OperandType | |
---|---|
void |
EntityCriteria.setOperandType(OperandType operandType)
|
Constructors in net.sf.minuteProject.model.data.criteria with parameters of type OperandType | |
---|---|
EntityCriteria(T entity,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType)
|
Uses of OperandType in net.sf.minuteProject.model.data.criteria.constant |
---|
Methods in net.sf.minuteProject.model.data.criteria.constant that return OperandType | |
---|---|
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. |
Uses of OperandType in net.sf.minuteProject.model.utils |
---|
Methods in net.sf.minuteProject.model.utils with parameters of type OperandType | |
---|---|
static String |
BuilderUtils.getEvaluatorPrefix(OperandType operandType)
|
static String |
BuilderUtils.getEvaluatorSuffix(OperandType operandType)
|
static String |
BuilderUtils.getOperand(OperandType operandType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |