| 程序包 | 说明 |
|---|---|
| cn.stylefeng.roses.kernel.mongodb.service | |
| cn.stylefeng.roses.kernel.mongodb.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
GunsMapEntity |
GunsMapService.insert(GunsMapEntity gunsMapEntity)
新增数据
|
GunsMapEntity |
GunsMapService.update(GunsMapEntity gunsMapEntity)
修改数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GunsMapEntity> |
GunsMapService.findAll()
查询所有集合中数据
|
Optional<GunsMapEntity> |
GunsMapService.findById(String id)
根据id查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
GunsMapEntity |
GunsMapService.insert(GunsMapEntity gunsMapEntity)
新增数据
|
GunsMapEntity |
GunsMapService.update(GunsMapEntity gunsMapEntity)
修改数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
GunsMapEntity |
GunsMapServiceImpl.insert(GunsMapEntity gunsMapEntity) |
GunsMapEntity |
GunsMapServiceImpl.update(GunsMapEntity gunsMapEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<GunsMapEntity> |
GunsMapServiceImpl.findAll() |
Optional<GunsMapEntity> |
GunsMapServiceImpl.findById(String id) |
| 限定符和类型 | 方法和说明 |
|---|---|
GunsMapEntity |
GunsMapServiceImpl.insert(GunsMapEntity gunsMapEntity) |
GunsMapEntity |
GunsMapServiceImpl.update(GunsMapEntity gunsMapEntity) |
Copyright © 2023. All rights reserved.