Uses of Class
org.iternine.jeppetto.dao.QueryModel

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.
 ReferenceSet<T> QueryModelDAO.referenceUsingQueryModel(QueryModel queryModel)
           
 



Copyright © 2012. All Rights Reserved.