Uses of Class
org.datanucleus.store.rdbms.sql.expression.ParameterLiteral
-
Packages that use ParameterLiteral Package Description org.datanucleus.store.rdbms.sql.expression Series of expressions representing conditions in SQL statements. -
-
Uses of ParameterLiteral in org.datanucleus.store.rdbms.sql.expression
Methods in org.datanucleus.store.rdbms.sql.expression with parameters of type ParameterLiteral Modifier and Type Method Description SQLExpressionSQLExpressionFactory. replaceParameterLiteral(ParameterLiteral paramLit, SQLExpression comparisonExpr)Convenience method to replace the provided ParameterLiteral with a "parameter-based" literal using the supplied mapping (generated before its type was known).
-