| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryToSQLMapper
Class which maps a compiled (generic) query to an SQL query for RDBMS datastores.
|
| Modifier and Type | Field and Description |
|---|---|
protected QueryGenerator |
SQLStatement.queryGenerator
Context of any query generation.
|
| Modifier and Type | Method and Description |
|---|---|
QueryGenerator |
SQLStatement.getQueryGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLStatement.setQueryGenerator(QueryGenerator gen) |
Copyright © 2015. All rights reserved.