| 程序包 | 说明 |
|---|---|
| top.onceio.core.db.dao | |
| top.onceio.core.db.dao.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
Cnd.countSql(TableMeta tm,
SelectTpl<E> tpl,
List<Object> sqlArgs) |
void |
DaoHolder.download(SelectTpl<T> tpl,
Cnd<T> cnd,
Consumer<T> consumer) |
void |
Dao.download(SelectTpl<T> tpl,
Cnd<T> cnd,
Consumer<T> consumer) |
T |
DaoHolder.fetch(SelectTpl<T> tpl,
Cnd<T> cnd) |
T |
Dao.fetch(SelectTpl<T> tpl,
Cnd<T> cnd) |
Page<T> |
DaoHolder.findTpl(SelectTpl<T> tpl,
Cnd<T> cnd) |
Page<T> |
Dao.findTpl(SelectTpl<T> tpl,
Cnd<T> cnd) |
String |
Cnd.pageSql(TableMeta tm,
SelectTpl<E> tpl,
List<Object> sqlArgs) |
StringBuffer |
Cnd.selectSql(TableMeta tm,
SelectTpl<E> tpl) |
StringBuffer |
Cnd.wholeSql(TableMeta tm,
SelectTpl<E> tpl,
List<Object> sqlArgs) |
| 限定符和类型 | 方法和说明 |
|---|---|
<E extends OEntity> |
DaoHelper.count(Class<E> tbl,
SelectTpl<E> tpl,
Cnd<E> cnd) |
<E extends OEntity> |
DaoHelper.download(Class<E> tbl,
SelectTpl<E> tpl,
Cnd<E> cnd,
Consumer<E> consumer) |
<E extends OEntity> |
DaoHelper.fetch(Class<E> tbl,
SelectTpl<E> tpl,
Cnd<E> cnd) |
<E extends OEntity> |
DaoHelper.findByTpl(Class<E> tbl,
SelectTpl<E> tpl,
Cnd<E> cnd) |
Copyright © 2018. All rights reserved.