|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceQuery | |
|---|---|
| org.castor.cpa.persistence.sql.driver | |
| 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. |
| org.exolab.castor.persist.spi | Defines the interfaces for persistence engine service providers. |
| Uses of PersistenceQuery in org.castor.cpa.persistence.sql.driver |
|---|
| Methods in org.castor.cpa.persistence.sql.driver that return PersistenceQuery | |
|---|---|
PersistenceQuery |
SybaseFactory.getCallQuery(String call,
Class<?>[] paramTypes,
Class<?> javaClass,
String[] fields,
int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call). |
PersistenceQuery |
SQLServerFactory.getCallQuery(String call,
Class<?>[] paramTypes,
Class<?> javaClass,
String[] fields,
int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call). |
PersistenceQuery |
SapDbFactory.getCallQuery(String call,
Class<?>[] paramTypes,
Class<?> javaClass,
String[] fields,
int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call). |
PersistenceQuery |
PostgreSQLFactory.getCallQuery(String call,
Class<?>[] paramTypes,
Class<?> javaClass,
String[] fields,
int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call). |
PersistenceQuery |
OracleFactory.getCallQuery(String call,
Class<?>[] paramTypes,
Class<?> javaClass,
String[] fields,
int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call). |
PersistenceQuery |
InstantDBFactory.getCallQuery(String call,
Class<?>[] paramTypes,
Class<?> javaClass,
String[] fields,
int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call). |
PersistenceQuery |
BaseFactory.getCallQuery(String call,
Class<?>[] paramTypes,
Class<?> javaClass,
String[] fields,
int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call). |
| Uses of PersistenceQuery in org.castor.persist |
|---|
| Methods in org.castor.persist with parameters of type PersistenceQuery | |
|---|---|
QueryResults |
TransactionContext.query(LockEngine engine,
PersistenceQuery query,
AccessMode accessMode,
boolean scrollable)
Perform a query using the query mechanism with the specified access mode. |
QueryResults |
AbstractTransactionContext.query(LockEngine engine,
PersistenceQuery query,
AccessMode accessMode,
boolean scrollable)
Perform a query using the query mechanism with the specified access mode. |
| Uses of PersistenceQuery in org.exolab.castor.jdo.engine |
|---|
| Classes in org.exolab.castor.jdo.engine that implement PersistenceQuery | |
|---|---|
class |
SQLQuery
|
| Methods in org.exolab.castor.jdo.engine that return PersistenceQuery | |
|---|---|
PersistenceQuery |
SQLEngine.createCall(String spCall,
Class[] types)
|
PersistenceQuery |
SQLEngine.createQuery(QueryExpression query,
Class[] types,
AccessMode accessMode)
|
| Uses of PersistenceQuery in org.exolab.castor.persist |
|---|
| Methods in org.exolab.castor.persist that return PersistenceQuery | |
|---|---|
PersistenceQuery |
QueryResults.getQuery()
Returns the associated query. |
| Constructors in org.exolab.castor.persist with parameters of type PersistenceQuery | |
|---|---|
QueryResults(TransactionContext tx,
LockEngine engine,
PersistenceQuery query,
AccessMode accessMode,
Database db)
|
|
| Uses of PersistenceQuery in org.exolab.castor.persist.spi |
|---|
| Classes in org.exolab.castor.persist.spi that implement PersistenceQuery | |
|---|---|
class |
AbstractCallQuery
|
| Methods in org.exolab.castor.persist.spi that return PersistenceQuery | |
|---|---|
PersistenceQuery |
Persistence.createQuery(QueryExpression query,
Class<?>[] types,
AccessMode accessMode)
Creates and returns a new query object. |
PersistenceQuery |
PersistenceFactory.getCallQuery(String call,
Class<?>[] paramTypes,
Class<?> javaClass,
String[] fields,
int[] sqlTypes)
Needed to process OQL queries of "CALL" type (using stored procedure call). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||