Package | Description |
---|---|
org.datanucleus.store.rdbms |
Package providing management of the persistence to RDBMS datastores.
|
org.datanucleus.store.rdbms.sql |
Series of classes used to generate SQL statements.
|
org.datanucleus.store.rdbms.sql.method |
Support for invocation of Java methods, typically using SQL functions.
|
org.datanucleus.store.rdbms.sql.operation |
Support for operations between expressions where we may need to use SQL functions.
|
Modifier and Type | Field and Description |
---|---|
protected SQLExpressionFactory |
RDBMSStoreManager.expressionFactory
Factory for expressions using the generic query SQL mechanism.
|
Modifier and Type | Method and Description |
---|---|
SQLExpressionFactory |
RDBMSStoreManager.getSQLExpressionFactory()
Accessor for the SQL expression factory to use when generating SQL statements.
|
Modifier and Type | Method and Description |
---|---|
SQLExpressionFactory |
SQLStatement.getSQLExpressionFactory() |
Modifier and Type | Field and Description |
---|---|
protected SQLExpressionFactory |
AbstractSQLMethod.exprFactory |
Modifier and Type | Field and Description |
---|---|
protected SQLExpressionFactory |
AbstractSQLOperation.exprFactory |
Modifier and Type | Method and Description |
---|---|
void |
SQLOperation.setExpressionFactory(SQLExpressionFactory exprFactory) |
void |
AbstractSQLOperation.setExpressionFactory(SQLExpressionFactory exprFactory) |
Copyright © 2017. All rights reserved.