Package | Description |
---|---|
org.datanucleus.store.rdbms.query |
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
|
Modifier and Type | Method and Description |
---|---|
SQLExpression |
QueryToSQLMapper.bindVariable(UnboundExpression expr,
Class type)
Method to bind the specified unbound variable (as cross join) on the assumption that the type
is a persistable class.
|
SQLExpression |
QueryGenerator.bindVariable(UnboundExpression expr,
Class type)
Method to bind the specified unbound variable (as cross join).
|
protected SQLExpression |
QueryToSQLMapper.processUnboundExpression(UnboundExpression expr) |
Copyright © 2017. All rights reserved.