public class MemoryRepositoryImpl extends Object implements IRepository<BasicEntity>
| 构造器和说明 |
|---|
MemoryRepositoryImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
BasicEntity |
findById(Serializable id) |
boolean |
removeById(Serializable id) |
Serializable |
save(BasicEntity basicEntity) |
boolean |
updateById(Serializable id,
BasicEntity basicEntity) |
public Serializable save(BasicEntity basicEntity)
save 在接口中 IRepository<BasicEntity>public boolean updateById(Serializable id, BasicEntity basicEntity)
updateById 在接口中 IRepository<BasicEntity>public boolean removeById(Serializable id)
removeById 在接口中 IRepository<BasicEntity>public BasicEntity findById(Serializable id)
findById 在接口中 IRepository<BasicEntity>Copyright © 2021–2026 structure. All rights reserved.