Uses of Class
org.datanucleus.store.rdbms.sql.expression.UnboundExpression
Packages that use UnboundExpression
Package
Description
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
-
Uses of UnboundExpression in org.datanucleus.store.rdbms.query
Methods in org.datanucleus.store.rdbms.query with parameters of type UnboundExpressionModifier and TypeMethodDescriptionQueryGenerator.bindVariable(UnboundExpression expr, Class type) Method to bind the specified unbound variable (as cross join).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.protected SQLExpressionQueryToSQLMapper.processUnboundExpression(UnboundExpression expr)