|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityMatchType | |
---|---|
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 EntityMatchType in net.sf.minuteProject.model.dao |
---|
Methods in net.sf.minuteProject.model.dao with parameters of type EntityMatchType | |
---|---|
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)
|
Uses of EntityMatchType in net.sf.minuteProject.model.data.criteria |
---|
Methods in net.sf.minuteProject.model.data.criteria that return EntityMatchType | |
---|---|
EntityMatchType |
EntityCriteria.getMatchType()
|
Methods in net.sf.minuteProject.model.data.criteria with parameters of type EntityMatchType | |
---|---|
void |
EntityCriteria.setMatchType(EntityMatchType matchType)
|
Constructors in net.sf.minuteProject.model.data.criteria with parameters of type EntityMatchType | |
---|---|
EntityCriteria(T entity,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType)
|
Uses of EntityMatchType in net.sf.minuteProject.model.data.criteria.constant |
---|
Methods in net.sf.minuteProject.model.data.criteria.constant that return EntityMatchType | |
---|---|
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. |
Uses of EntityMatchType in net.sf.minuteProject.model.utils |
---|
Methods in net.sf.minuteProject.model.utils with parameters of type EntityMatchType | |
---|---|
static boolean |
BuilderUtils.isAll(EntityMatchType matchType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |