Uses of Interface
org.autumnframework.service.jpa.services.elementary.shared.GetApiRepositoryService
Packages that use GetApiRepositoryService
Package
Description
-
Uses of GetApiRepositoryService in org.autumnframework.service.jpa.services
Subinterfaces of GetApiRepositoryService in org.autumnframework.service.jpa.servicesModifier and TypeInterfaceDescriptioninterfaceApiCRUDService<T extends JpaApiIdentifiable>interfaceFullApiService<T extends JpaApiIdentifiable>A convenience full service, which can be used to include all the standard services that we have -
Uses of GetApiRepositoryService in org.autumnframework.service.jpa.services.elementary
Subinterfaces of GetApiRepositoryService in org.autumnframework.service.jpa.services.elementaryModifier and TypeInterfaceDescriptioninterfaceDeleteByApiIdService<T extends JpaApiIdentifiable>Delete by api id is a composed service, it exists of services that provide: - findByApiId - deleteById It's composed to use the same implementation, which re-uses code that also handles OnDeleteEventsinterfaceReadFindByApiIdService<T extends JpaApiIdentifiable>Our standard find by api id service which uses an API repository, which has an extra findByApiId Because the most generic services facilitate no support for finding an entity by anything else than it's own id, we need to implement it here to make it part of our more specific Jpa service implementationinterfaceReadFindByApiIdsService<T extends JpaApiIdentifiable>Our standard find by api ids service which uses an API repository, which has an extra findByApiIds Because the most generic services facilitate no support for finding an entity by anything else than it's own id, we need to implement it here to make it part of our more specific Jpa service implementation -
Uses of GetApiRepositoryService in org.autumnframework.service.jpa.services.implementation
Classes in org.autumnframework.service.jpa.services.implementation that implement GetApiRepositoryServiceModifier and TypeClassDescriptionclassStandardApiService<T extends JpaApiIdentifiable,R extends JpaApiRepository<T>>