|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|
SQLUpdateClause.set(Path<T> path,
Expression<? extends T> expression)
|
|
|
SQLUpdateClause.set(Path<T> path,
T value)
|
|
|
SQLUpdateClause.setNull(Path<T> path)
|
|
SQLUpdateClause |
SQLUpdateClause.where(Predicate... o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |