Uses of Interface
org.autumnframework.service.jpa.services.genericdefault.GenericJpaReadFindByIdService
Packages that use GenericJpaReadFindByIdService
Package
Description
-
Uses of GenericJpaReadFindByIdService in org.autumnframework.service.jpa.services
Subinterfaces of GenericJpaReadFindByIdService in org.autumnframework.service.jpa.servicesModifier and TypeInterfaceDescriptioninterfaceCRUDService<T extends JpaIdentifiable>A convenience CRUD service, which combines the essential CRUD servicesinterfaceFullApiService<T extends JpaApiIdentifiable>A convenience full service, which can be used to include all the standard services that we haveinterfaceFullService<T extends JpaIdentifiable>A convenience full service, which can be used to include all the standard services that we have -
Uses of GenericJpaReadFindByIdService in org.autumnframework.service.jpa.services.elementary
Subinterfaces of GenericJpaReadFindByIdService in org.autumnframework.service.jpa.services.elementaryModifier and TypeInterfaceDescriptioninterfaceReadFindByIdService<T extends JpaIdentifiable>Our standard find by id's service which uses a repository that uses Long id's -
Uses of GenericJpaReadFindByIdService in org.autumnframework.service.jpa.services.implementation
Classes in org.autumnframework.service.jpa.services.implementation that implement GenericJpaReadFindByIdServiceModifier and TypeClassDescriptionclassStandardApiService<T extends JpaApiIdentifiable,R extends JpaApiRepository<T>> classStandardService<T extends JpaIdentifiable,R extends JpaRepository<T>>