Uses of Class
org.datanucleus.store.rdbms.query.StatementParameterMapping

Packages that use StatementParameterMapping
org.datanucleus.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus. 
 

Uses of StatementParameterMapping in org.datanucleus.store.rdbms.scostore
 

Methods in org.datanucleus.store.rdbms.scostore with parameters of type StatementParameterMapping
protected  SQLStatement RDBMSJoinListStore.getSQLStatementForIterator(org.datanucleus.store.ObjectProvider op, int startIdx, int endIdx, org.datanucleus.store.mapped.StatementClassMapping resultMapping, StatementParameterMapping paramMapping)
          Method to generate an SQLStatement for iterating through elements of the set.
protected  SQLStatement RDBMSFKListStore.getSQLStatementForIterator(org.datanucleus.store.ObjectProvider ownerSM, int startIdx, int endIdx, org.datanucleus.store.mapped.StatementClassMapping resultMapping, StatementParameterMapping paramMapping)
          Method to generate an SQLStatement for iterating through elements of the list.
 



Copyright © 2012. All Rights Reserved.