|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| org.iternine.jeppetto.dao | |
| Uses of Condition in org.iternine.jeppetto.dao |
|---|
| Methods in org.iternine.jeppetto.dao that return Condition | |
|---|---|
Condition |
QueryModelDAO.buildCondition(String conditionField,
ConditionType conditionType,
Iterator argsIterator)
Construct a Condition object given the passed in arguments. |
| Methods in org.iternine.jeppetto.dao that return types with arguments of type Condition | |
|---|---|
Map<String,List<Condition>> |
QueryModel.getAssociationConditions()
|
List<Condition> |
QueryModel.getConditions()
|
| Methods in org.iternine.jeppetto.dao with parameters of type Condition | |
|---|---|
void |
QueryModel.addAssociationCondition(String associationField,
Condition condition)
|
void |
QueryModel.addCondition(Condition condition)
|
| Method parameters in org.iternine.jeppetto.dao with type arguments of type Condition | |
|---|---|
void |
QueryModel.setAssociationConditions(Map<String,List<Condition>> associationConditions)
|
void |
QueryModel.setConditions(List<Condition> conditions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||