int |
DaoHolder.batchInsert(List<T> entities) |
void |
DaoHolder.download(SelectTpl<T> tpl,
Cnd<T> cnd,
Consumer<T> consumer) |
void |
DaoHolder.download(SelectTpl<T> tpl,
Cnd<T> cnd,
Consumer<T> consumer) |
T |
DaoHolder.fetch(SelectTpl<T> tpl,
Cnd<T> cnd) |
T |
DaoHolder.fetch(SelectTpl<T> tpl,
Cnd<T> cnd) |
Page<T> |
DaoHolder.find(Cnd<T> cnd) |
List<T> |
DaoHolder.findByIds(List<Long> ids) |
Page<T> |
DaoHolder.findTpl(SelectTpl<T> tpl,
Cnd<T> cnd) |
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.removeById(Long id) |
int |
DaoHolder.removeByIds(List<Long> ids) |
int |
DaoHolder.update(T entity) |
int |
DaoHolder.updateByTplCnd(UpdateTpl<T> tpl,
Cnd<T> cnd) |
int |
DaoHolder.updateByTplCnd(UpdateTpl<T> tpl,
Cnd<T> cnd) |
int |
DaoHolder.updateIgnoreNull(T entity) |