Uses of Interface
org.weda.store.Query

Packages that use Query
org.weda.store   
org.weda.store.impl   
 

Uses of Query in org.weda.store
 

Methods in org.weda.store that return Query
 Query ObjectSource.getQuery()
          Метод возвращает запрос, при помощи которого будет получен результирующий набор данных.
 

Methods in org.weda.store with parameters of type Query
 void ObjectSource.setQuery(Query query)
          Метод устанавливает запрос, при помощи которого будет получен результирующий набор данных.
 

Uses of Query in org.weda.store.impl
 

Classes in org.weda.store.impl that implement Query
 class QueryImpl
           
 

Methods in org.weda.store.impl that return Query
 Query ObjectSourceImpl.getQuery()
           
 

Methods in org.weda.store.impl with parameters of type Query
 void ObjectSourceImpl.setQuery(Query query)
           
 



Copyright © 2005-2006 . All Rights Reserved.