|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryModel | |
|---|---|
| org.iternine.jeppetto.dao | |
| Uses of QueryModel in org.iternine.jeppetto.dao |
|---|
| Methods in org.iternine.jeppetto.dao with parameters of type QueryModel | |
|---|---|
void |
QueryModelDAO.deleteUsingQueryModel(QueryModel queryModel)
Delete objects of type T that correspond to the QueryModel. |
T |
QueryModelDAO.findUniqueUsingQueryModel(QueryModel queryModel)
Find an object T that satisfies the QueryModel. |
Iterable<T> |
QueryModelDAO.findUsingQueryModel(QueryModel queryModel)
Find objects of type T that correspond to the QueryModel. |
Object |
QueryModelDAO.projectUsingQueryModel(QueryModel queryModel)
Use the QueryModel to narrow a set of results, then perform the specified projection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||