Uses of Class
org.exolab.castor.persist.QueryResults

Packages that use QueryResults
org.castor.persist   
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
org.exolab.castor.persist The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking.  
 

Uses of QueryResults in org.castor.persist
 

Methods in org.castor.persist that return QueryResults
 QueryResults AbstractTransactionContext.query(LockEngine engine, PersistenceQuery query, org.exolab.castor.mapping.AccessMode accessMode, boolean scrollable)
          Perform a query using the query mechanism with the specified access mode. The query is performed in this transaction, and the returned query results can only be used while this transaction is open. It is assumed that the query mechanism is compatible with the persistence engine.
 QueryResults TransactionContext.query(LockEngine engine, PersistenceQuery query, org.exolab.castor.mapping.AccessMode accessMode, boolean scrollable)
          Perform a query using the query mechanism with the specified access mode.
 

Methods in org.castor.persist with parameters of type QueryResults
 java.lang.Object AbstractTransactionContext.load(Identity identity, ProposedEntity proposedObject, org.exolab.castor.mapping.AccessMode suggestedAccessMode, QueryResults results)
          Load an object for use within the transaction. Multiple access to the same object within the transaction will return the same object instance (except for read-only access).

In addition to TransactionContext.load(Identity,ProposedEntity,AccessMode) a QueryResults can be specified.

 java.lang.Object TransactionContext.load(Identity identity, ProposedEntity proposedObject, org.exolab.castor.mapping.AccessMode suggestedAccessMode, QueryResults results)
          Load an object for use within the transaction.
 

Uses of QueryResults in org.exolab.castor.jdo.engine
 

Constructors in org.exolab.castor.jdo.engine with parameters of type QueryResults
OQLQueryImpl.OQLEnumeration(QueryResults results, java.util.Vector pathInfo, JDOClassDescriptor clsDesc)
          Creates an instance of this class.
OQLQueryImpl.OQLEnumeration(QueryResults results)
           
 

Uses of QueryResults in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist with parameters of type QueryResults
 java.lang.Object ClassMolder.load(TransactionContext tx, OID oid, DepositBox locker, ProposedEntity proposedObject, org.exolab.castor.mapping.AccessMode suggestedAccessMode, QueryResults results)
           
 OID LockEngine.load(TransactionContext tx, OID oid, ProposedEntity proposedObject, org.exolab.castor.mapping.AccessMode suggestedAccessMode, int timeout, QueryResults results)
           
 



Copyright 2008 null. All Rights Reserved.