Package | Description |
---|---|
org.datanucleus.store.rdbms.query |
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
|
org.datanucleus.store.rdbms.sql |
Series of classes used to generate SQL statements.
|
Class and Description |
---|
AbstractRDBMSQueryResult
Abstract representation of a QueryResult for RDBMS queries.
|
JDOQLQuery
RDBMS representation of a JDOQL query for use by DataNucleus.
|
JPQLQuery
RDBMS representation of a JPQL query for use by DataNucleus.
|
QueryGenerator
Interface for a generator of query statements.
|
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.
|
RDBMSQueryCompilation.StatementCompilation |
ResultObjectFactory
An object that reads result set rows and returns corresponding object(s) from them.
|
SQLQuery
A Query using SQL.
|
StatementNewObjectMapping
Definition of the mapping of a new object definition in the results of a statement.
|
StatementResultMapping
Definition of the mapping of result expressions in a datastore statement.
|
StoredProcedureQuery
Query using a stored procedure.
|
Class and Description |
---|
QueryGenerator
Interface for a generator of query statements.
|
Copyright © 2017. All rights reserved.