Uses of Interface
org.autumnframework.service.jpa.services.elementary.ReadFindByApiIdService
Packages that use ReadFindByApiIdService
Package
Description
-
Uses of ReadFindByApiIdService in org.autumnframework.service.jpa.services
Subinterfaces of ReadFindByApiIdService 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 ReadFindByApiIdService in org.autumnframework.service.jpa.services.elementary
Subinterfaces of ReadFindByApiIdService 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 OnDeleteEvents -
Uses of ReadFindByApiIdService in org.autumnframework.service.jpa.services.implementation
Classes in org.autumnframework.service.jpa.services.implementation that implement ReadFindByApiIdServiceModifier and TypeClassDescriptionclassStandardApiService<T extends JpaApiIdentifiable,R extends JpaApiRepository<T>>