Uses of Interface
net.sf.jso.query.QueryProcessor

Packages that use QueryProcessor
net.sf.jso   
net.sf.jso.engine   
net.sf.jso.query   
net.sf.jso.remote   
 

Uses of QueryProcessor in net.sf.jso
 

Subinterfaces of QueryProcessor in net.sf.jso
 interface StorageManager
          Manager responsible for storage operations with storable objects.
 

Uses of QueryProcessor in net.sf.jso.engine
 

Classes in net.sf.jso.engine that implement QueryProcessor
 class JSOStorageManager
          Manager responsible for storage operations with storable objects.
 

Uses of QueryProcessor in net.sf.jso.query
 

Classes in net.sf.jso.query that implement QueryProcessor
 class JSOQueryProcessor
          Class responsible for query processing operations.
 

Uses of QueryProcessor in net.sf.jso.remote
 

Classes in net.sf.jso.remote that implement QueryProcessor
 class StorageManagerProxy
          Proxy for remote storage managers.