public static interface Dao.UpdateValueExecuter<E,ID>
| 限定符和类型 | 方法和说明 |
|---|---|
long |
execute() |
boolean |
executeOne() |
<T> Dao.UpdateValueExecuter<E,ID> |
set(com.querydsl.core.types.Path<T> column,
T value) |
Dao.UpdateValueExecuter<E,ID> |
where(com.querydsl.core.types.dsl.BooleanExpression where) |
Dao.UpdateValueExecuter<E,ID> |
where(ID pk) |
Dao.UpdateValueExecuter<E,ID> where(com.querydsl.core.types.dsl.BooleanExpression where)
Dao.UpdateValueExecuter<E,ID> where(ID pk)
<T> Dao.UpdateValueExecuter<E,ID> set(com.querydsl.core.types.Path<T> column, T value)
long execute()
boolean executeOne()
Copyright © 2018. All rights reserved.