Uses of Interface
org.autumnframework.service.jpa.services.genericdefault.GenericJpaStreamingReadFindAllService
Packages that use GenericJpaStreamingReadFindAllService
Package
Description
-
Uses of GenericJpaStreamingReadFindAllService in org.autumnframework.service.jpa.services
Subinterfaces of GenericJpaStreamingReadFindAllService 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 GenericJpaStreamingReadFindAllService in org.autumnframework.service.jpa.services.elementary
Subinterfaces of GenericJpaStreamingReadFindAllService in org.autumnframework.service.jpa.services.elementaryModifier and TypeInterfaceDescriptioninterfaceStreamingReadFindAllService<T extends JpaApiIdentifiable>Our standard find all service which uses a repository that uses Long id's -
Uses of GenericJpaStreamingReadFindAllService in org.autumnframework.service.jpa.services.implementation
Classes in org.autumnframework.service.jpa.services.implementation that implement GenericJpaStreamingReadFindAllServiceModifier and TypeClassDescriptionclassStandardApiService<T extends JpaApiIdentifiable,R extends JpaApiRepository<T>>