|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use QueryResult | |
| org.jpox | This package provides classes that are typically client-facing. |
| org.jpox.resource | A JCA resource adapter for JPOX. |
| org.jpox.store.query | Provides implementations of the JDO Query interface, and ways of extracting an Object from the Query result set. |
| org.jpox.store.rdbms.query | Package providing extensions to the default QueryStatement used to generate all JDOQL queries. |
| Uses of QueryResult in org.jpox |
| Methods in org.jpox with parameters of type QueryResult | |
void |
AbstractPersistenceManager.addQueryResult(QueryResult queryResult)
|
void |
AbstractPersistenceManager.removeQueryResult(QueryResult queryResult)
|
void |
PersistenceManager.addQueryResult(QueryResult queryResult)
Add opened query results to the pm |
void |
PersistenceManager.removeQueryResult(QueryResult queryResult)
Remove query results from the pm |
| Uses of QueryResult in org.jpox.resource |
| Methods in org.jpox.resource with parameters of type QueryResult | |
void |
PersistenceManagerImpl.addQueryResult(QueryResult queryResult)
|
void |
PersistenceManagerImpl.removeQueryResult(QueryResult queryResult)
|
| Uses of QueryResult in org.jpox.store.query |
| Classes in org.jpox.store.query that implement QueryResult | |
class |
AbstractQueryResult
Abstract representation of a QueryResult. |
class |
ForwardQueryResult
Lazy collection results from a Query with the ResultSet in a forwards direction. |
class |
InsensitiveQueryResult
Lazy collection results from a Query with the ResultSet insensitive to direction. |
| Uses of QueryResult in org.jpox.store.rdbms.query |
| Methods in org.jpox.store.rdbms.query that return QueryResult | |
protected QueryResult |
BaseSQLQuery.getQueryResultForNoCandidateClass(java.sql.ResultSet rs)
Utility to take a ResultSet and return a QueryResult for those results, assuming that no candidate class is supplied. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||