| 程序包 | 说明 |
|---|---|
| top.onceio.core.db.dao | |
| top.onceio.core.db.dao.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
Page<T> |
DaoHolder.find(Cnd<T> cnd) |
Page<T> |
Dao.find(Cnd<T> cnd) |
Page<T> |
DaoHolder.findTpl(SelectTpl<T> tpl,
Cnd<T> cnd) |
Page<T> |
Dao.findTpl(SelectTpl<T> tpl,
Cnd<T> cnd) |
| 限定符和类型 | 方法和说明 |
|---|---|
<E extends OEntity> |
DaoHelper.find(Class<E> tbl,
Cnd<E> cnd) |
<E extends OEntity> |
DaoHelper.findByTpl(Class<E> tbl,
SelectTpl<E> tpl,
Cnd<E> cnd) |
Copyright © 2018. All rights reserved.