Uses of Class
com.mysema.query.sql.dml.SQLUpdateClause

Packages that use SQLUpdateClause
com.mysema.query.sql.dml DML operations support 
 

Uses of SQLUpdateClause in com.mysema.query.sql.dml
 

Methods in com.mysema.query.sql.dml that return SQLUpdateClause
 SQLUpdateClause SQLUpdateClause.addBatch()
          Add the current state of bindings as a batch item
 SQLUpdateClause SQLUpdateClause.addFlag(QueryFlag.Position position, String flag)
          Add the given String literal at the given position as a query flag
 SQLUpdateClause SQLUpdateClause.populate(Object bean)
          Populate the UPDATE clause with the properties of the given bean.
 SQLUpdateClause SQLUpdateClause.set(List<? extends Path<?>> paths, List<?> values)
           
<T> SQLUpdateClause
SQLUpdateClause.set(Path<T> path, Expression<? extends T> expression)
           
<T> SQLUpdateClause
SQLUpdateClause.set(Path<T> path, T value)
           
<T> SQLUpdateClause
SQLUpdateClause.setNull(Path<T> path)
           
 SQLUpdateClause SQLUpdateClause.where(Predicate... o)
           
 



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