com.mysema.query.sql.dml
Class AbstractSQLClause

java.lang.Object
  extended by 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

Field Summary
protected  Configuration configuration
           
 
Constructor Summary
AbstractSQLClause(Configuration configuration)
           
 
Method Summary
protected  void setParameters(PreparedStatement stmt, List<?> objects, List<Path<?>> constantPaths, Map<Param<?>,?> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

protected final Configuration configuration
Constructor Detail

AbstractSQLClause

public AbstractSQLClause(Configuration configuration)
Method Detail

setParameters

protected void setParameters(PreparedStatement stmt,
                             List<?> objects,
                             List<Path<?>> constantPaths,
                             Map<Param<?>,?> params)


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.