public class SetQueryBandClause extends AbstractSQLClause<SetQueryBandClause>
configuration, listeners, useLiterals| Constructor and Description |
|---|
SetQueryBandClause(Connection connection,
Configuration configuration) |
SetQueryBandClause(Connection connection,
SQLTemplates templates) |
| Modifier and Type | Method and Description |
|---|---|
long |
execute()
Execute the clause and return the amount of affected rows
|
SetQueryBandClause |
forSession() |
SetQueryBandClause |
forTransaction() |
List<SQLBindings> |
getSQL()
Get the SQL string and bindings
|
SetQueryBandClause |
set(Map<String,String> values) |
SetQueryBandClause |
set(String key,
String value) |
String |
toString() |
addListener, close, close, createBindings, createSerializer, executeBatch, setParameters, setUseLiteralspublic SetQueryBandClause(Connection connection, SQLTemplates templates)
public SetQueryBandClause(Connection connection, Configuration configuration)
public SetQueryBandClause forSession()
public SetQueryBandClause forTransaction()
public SetQueryBandClause set(String key, String value)
public SetQueryBandClause set(Map<String,String> values)
public long execute()
DMLClausepublic List<SQLBindings> getSQL()
AbstractSQLClausegetSQL in class AbstractSQLClause<SetQueryBandClause>Copyright © 2007–2014 Mysema Ltd. All rights reserved.