|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- concrete subtypepublic interface StoreClause<C extends StoreClause<C>>
Parent interface for InsertClause and UpdateCluase
Method Summary | ||
---|---|---|
|
set(Path<T> path,
Expression<? extends T> expression)
Add an expression binding |
|
|
set(Path<T> path,
T value)
Add a value binding |
|
|
setNull(Path<T> path)
Bind the given path to null |
Methods inherited from interface com.mysema.query.dml.DMLClause |
---|
execute |
Method Detail |
---|
<T> C set(Path<T> path, @Nullable T value)
T
- path
- path to be updatedvalue
- value to set
<T> C set(Path<T> path, Expression<? extends T> expression)
T
- path
- expression
-
<T> C setNull(Path<T> path)
path
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |