Offloading Service Repository
interface OffloadingServiceRepository
The repository interface for accessing the OffloadingService data.
Inheritors
Functions
Link copied to clipboard
Changes the state of an OffloadingService.
Link copied to clipboard
Delete an OffloadingService from the offloadingservices table based on its ID.
Link copied to clipboard
Get the stream of all OffloadingServices in the database.
Link copied to clipboard
Get the stream of OffloadingServices by serviceId from the database.
Link copied to clipboard
Insert an OffloadingService into the database.
Link copied to clipboard
Update the given OffloadingService in the database.