接口 IGatewayRepository
public interface IGatewayRepository
网关持久化
- 作者:
- KevinHuangwl
-
方法概要
修饰符和类型方法说明voiddeleteById(String gatewayId) 删除网关findAll()查询网关查询网关voidinsert(GatewayDescription gatewayDescription) 新增网关voidsave(GatewayDescription gatewayDescription) 更新网关
-
方法详细资料
-
insert
新增网关- 参数:
gatewayDescription-
-
save
更新网关- 参数:
gatewayDescription-
-
deleteById
删除网关- 参数:
gatewayId-
-
findAll
List<GatewayDescription> findAll()查询网关- 返回:
-
findById
查询网关- 参数:
gatewayId-- 返回:
-