Uses of Class
org.caleigo.core.DataQuery

Packages that use DataQuery
org.caleigo.core   
org.caleigo.core.service   
 

Uses of DataQuery in org.caleigo.core
 

Methods in org.caleigo.core that return DataQuery
 DataQuery AbstractDataService.AbstractDataTransaction.DataOperation.getDataQuery()
           
 

Methods in org.caleigo.core with parameters of type DataQuery
 void IDataTransaction.addLoadSelection(DataQuery dataQuery, ISelection resultSelection)
           
 ISelection IDataService.loadSelection(DataQuery dataQuery)
          Loads a selection of entities identyfied by the provided reusable dataQuery object.
 ISelection AbstractDataService.loadSelection(DataQuery dataQuery)
           
 void AbstractDataService.AbstractDataTransaction.addLoadSelection(DataQuery dataQuery, ISelection resultSelection)
           
 

Constructors in org.caleigo.core with parameters of type DataQuery
AbstractDataService.AbstractDataTransaction.DataOperation(DataQuery dataQuery, ISelection entitySelection)
           
 

Uses of DataQuery in org.caleigo.core.service
 

Methods in org.caleigo.core.service with parameters of type DataQuery
 java.lang.String SQLToolKitPS.buildSelectCommand(DataQuery query, java.util.ArrayList values)
           
 java.lang.String SQLToolKit.buildSelectCommandWithOrder(DataQuery query)
           
 java.lang.String SQLToolKit.buildSelectCommand(DataQuery dataQuery)
          Builds the SQL SELECT-command.
protected  void MemoryDataService.executeQuery(DataQuery query, ISelection selection)
           
protected  void JDBCPreparedStatementDataService.executeQuery(java.sql.Connection connection, DataQuery query, ISelection selection)
           
protected  void JDBCDataService.executeQuery(java.sql.Connection connection, DataQuery query, ISelection selection)
           
protected  void CachedDataService.loadSelectionFromCache(DataQuery dataQuery, ISelection targetSelection)
          Loads a qualified selection from the cache using a data query.
 



Copyright © 2005 Caleigo. All Rights Reserved.