Interface DeviceRepository

All Superinterfaces:
CrudRepository<Device,Long>, GenericRepository<Device,Long>, JpaSpecificationExecutor<Device>

public interface DeviceRepository extends CrudRepository<Device,Long>, JpaSpecificationExecutor<Device>