保存或更新实体类或实体类的List到数据库, 根据id和其他唯一索引判断数据是否存在.
(Object entity)
| 46 | * 保存或更新实体类或实体类的List到数据库, 根据id和其他唯一索引判断数据是否存在. |
| 47 | */ |
| 48 | void replace(Object entity) throws DbException; |
| 49 | |
| 50 | ///////////// delete |
| 51 | void deleteById(Class<?> entityType, Object idValue) throws DbException; |
no outgoing calls
no test coverage detected