Package com.flowingcode.backendcore.service
package com.flowingcode.backendcore.service
-
InterfacesClassDescriptionCreationService<T,
K> Specifies the contract of a generic service that is responsible for saving new entities to the database.CrudService<T,K> 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.QueryService<T,K> Specifies the contract of a generic service that handles querying operations on entities.Specifies the contract of a generic service that allows updating entities.