接口 IGatewayRepository


public interface IGatewayRepository
网关持久化
作者:
KevinHuangwl
  • 方法详细资料

    • insert

      void insert(GatewayDescription gatewayDescription)
      新增网关
      参数:
      gatewayDescription -
    • save

      void save(GatewayDescription gatewayDescription)
      更新网关
      参数:
      gatewayDescription -
    • deleteById

      void deleteById(String gatewayId)
      删除网关
      参数:
      gatewayId -
    • findAll

      查询网关
      返回:
    • findById

      GatewayDescription findById(String gatewayId)
      查询网关
      参数:
      gatewayId -
      返回: