public class EntityCriteria<T extends AbstractDomainObject> extends Object
| Constructor and Description |
|---|
EntityCriteria(T entity,
EntityMatchType matchType,
OperandType operandType,
Boolean caseSensitivenessType) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCaseSensitivenessType() |
T |
getEntity() |
EntityMatchType |
getMatchType() |
OperandType |
getOperandType() |
String |
toString() |
public EntityCriteria(T entity, EntityMatchType matchType, OperandType operandType, Boolean caseSensitivenessType)
public T getEntity()
public EntityMatchType getMatchType()
public OperandType getOperandType()
public Boolean getCaseSensitivenessType()
Copyright © 2015. All rights reserved.