See: Description
| Interface | Description |
|---|---|
| QueryGenerator |
Interface for a generator of query statements.
|
| ResultObjectFactory<T> |
An object that reads result set rows and returns corresponding object(s) from them.
|
| Class | Description |
|---|---|
| AbstractRDBMSQueryResult<E> |
Abstract representation of a QueryResult for RDBMS queries.
|
| BulkFetchExistsHelper |
Helper class to generate the necessary statement for multi-valued field bulk-fetch.
|
| ForwardQueryResult<E> |
Lazy collection results from a Query with the ResultSet in a forward direction.
|
| JDOQLQuery |
RDBMS representation of a JDOQL query for use by DataNucleus.
|
| JPQLQuery |
RDBMS representation of a JPQL query for use by DataNucleus.
|
| PersistentClassROF<T> |
ResultObjectFactory that takes a JDBC ResultSet and create a persistable object instance for each row in the ResultSet.
|
| QueryToSQLMapper |
Class which maps a compiled (generic) query to an SQL query for RDBMS datastores.
|
| RDBMSQueryCompilation |
Datastore-specific (RDBMS) compilation information for a java query.
|
| RDBMSQueryUtils |
Utilities for use in queries specific to RDBMS.
|
| ResultClassROF |
Take a ResultSet, and for each row retrieves an object of a specified type.
|
| ResultMetaDataROF |
ResultObjectFactory that operates using a QueryResultMetaData and returns objects based on the definition.
|
| ScrollableQueryResult<E> |
Lazy collection results from a Query with the ResultSet scrollable.
|
| SQLQuery |
A Query using SQL.
|
| StatementNewObjectMapping |
Definition of the mapping of a new object definition in the results of a statement.
|
| StatementParameterMapping |
Definition of the mapping of parameters in a datastore statement.
|
| StatementResultMapping |
Definition of the mapping of result expressions in a datastore statement.
|
| StoredProcedureQuery |
Query using a stored procedure.
|
Copyright © 2017. All rights reserved.