Package com.flowingcode.backendcore.service


package com.flowingcode.backendcore.service
  • Interfaces
    Class
    Description
    Specifies the contract of a generic service that is responsible for saving new entities to the database.
    Specifies the contract of a generic service that provides methods to manage entities based on CRUD operations.
    Specifies the contract of a generic deletion service.
    Specifies the contract of a generic service that handles querying operations on entities.
    Specifies the contract of a generic service that allows updating entities.