Uses of Interface
org.autumnframework.service.jpa.services.genericdefault.shared.GenericJpaGetApiRepositoryService
Packages that use GenericJpaGetApiRepositoryService
Package
Description
-
Uses of GenericJpaGetApiRepositoryService in org.autumnframework.service.jpa.services
Subinterfaces of GenericJpaGetApiRepositoryService in org.autumnframework.service.jpa.servicesModifier and TypeInterfaceDescriptioninterfaceFullApiService<T extends JpaApiIdentifiable>A convenience full service, which can be used to include all the standard services that we have -
Uses of GenericJpaGetApiRepositoryService in org.autumnframework.service.jpa.services.elementary
Subinterfaces of GenericJpaGetApiRepositoryService in org.autumnframework.service.jpa.services.elementaryModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceStreamingReadFindAllService<T extends JpaApiIdentifiable>Our standard find all service which uses a repository that uses Long id's -
Uses of GenericJpaGetApiRepositoryService in org.autumnframework.service.jpa.services.genericdefault
Subinterfaces of GenericJpaGetApiRepositoryService in org.autumnframework.service.jpa.services.genericdefaultModifier and TypeInterfaceDescriptioninterfaceGenericJpaStreamingReadFindAllService<T extends JpaApiIdentifiable,ID extends Serializable> Provides a default implementation of the findAll service -
Uses of GenericJpaGetApiRepositoryService in org.autumnframework.service.jpa.services.implementation
Classes in org.autumnframework.service.jpa.services.implementation that implement GenericJpaGetApiRepositoryServiceModifier and TypeClassDescriptionclassStandardApiService<T extends JpaApiIdentifiable,R extends JpaApiRepository<T>>