P - base persistent objectpublic interface BaseDao<P>
| Modifier and Type | Method and Description |
|---|---|
default int |
batchInsert(List<P> batch) |
default int |
insert(P PlainObject) |
default P |
select(Long id) |
default List<P> |
selectEntities(Map<String,Object> condition) |
default int |
update(Map<String,Object> condition) |
Copyright © 2022. All rights reserved.