com.mysema.query.sql.dml
Class AbstractSQLClause
java.lang.Object
com.mysema.query.sql.dml.AbstractSQLClause
- Direct Known Subclasses:
- SQLDeleteClause, SQLInsertClause, SQLMergeClause, SQLUpdateClause
public class AbstractSQLClause
- extends Object
AbstractSQLClause is a superclass for SQL based DMLClause implementations
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configuration
protected final Configuration configuration
AbstractSQLClause
public AbstractSQLClause(Configuration configuration)
setParameters
protected void setParameters(PreparedStatement stmt,
List<?> objects,
List<Path<?>> constantPaths,
Map<Param<?>,?> params)
- Set the parameters to the given PreparedStatement
- Parameters:
stmt
- preparedStatement to be populatedobjects
- list of constantsconstantPaths
- list of paths related to the constantsparams
- map of param to value for param resolving
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.