| 程序包 | 说明 |
|---|---|
| top.onceio.core.beans | |
| top.onceio.core.db.dao |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
OI18nHolder.translate(String msg,
String lang) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
DaoHolder.batchInsert(List<T> entities) |
long |
DaoHolder.count(BaseMeta<M> cnd) |
T |
DaoHolder.fetch(BaseMeta<M> tpl) |
Page<T> |
DaoHolder.find(BaseMeta<M> cnd,
int page,
int pageSize) |
<ID extends Serializable> |
DaoHolder.findByIds(List<ID> ids) |
T |
DaoHolder.get(Serializable id) |
T |
DaoHolder.insert(T entity) |
T |
DaoHolder.save(T entity) |
int |
DaoHolder.updateBy(BaseMeta<M> tpl) |
int |
DaoHolder.updateIgnoreNull(T entity) |
Copyright © 2020. All rights reserved.