| 程序包 | 说明 |
|---|---|
| top.onceio.core.db.dao |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
DaoHolder.batchInsert(List<T> entities) |
long |
DaoHolder.count(Cnd<T> cnd) |
T |
DaoHolder.fetch(SelectTpl<T> tpl,
Cnd<T> cnd) |
List<T> |
DaoHolder.findByIds(List<Long> ids) |
Page<T> |
DaoHolder.findTpl(SelectTpl<T> tpl,
Cnd<T> cnd) |
T |
DaoHolder.get(Long id) |
T |
DaoHolder.insert(T entity) |
int |
DaoHolder.recovery(Cnd<T> cnd) |
int |
DaoHolder.remove(Cnd<T> cnd) |
int |
DaoHolder.removeByIds(List<Long> ids) |
int |
DaoHolder.updateByTplCnd(UpdateTpl<T> tpl,
Cnd<T> cnd) |
int |
DaoHolder.updateIgnoreNull(T entity) |
Copyright © 2018. All rights reserved.