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