Uses of Class
org.datanucleus.store.rdbms.sql.expression.ParameterLiteral

Packages that use ParameterLiteral
org.datanucleus.store.rdbms.query Package providing the querying mechanism for DataNucleus for RDBMS datastores. 
 

Uses of ParameterLiteral in org.datanucleus.store.rdbms.query
 

Methods in org.datanucleus.store.rdbms.query with parameters of type ParameterLiteral
protected  SQLExpression QueryToSQLMapper.replaceParameterLiteral(ParameterLiteral paramLit, org.datanucleus.store.mapped.mapping.JavaTypeMapping mapping)
          Convenience method to return a parameter-based literal using the supplied mapping to replace the provided ParameterLiteral (generated before its type was known).
 



Copyright © 2012. All Rights Reserved.