Uses of Package
org.autumnframework.service.jpa.services.elementary
Packages that use org.autumnframework.service.jpa.services.elementary
Package
Description
-
Classes in org.autumnframework.service.jpa.services.elementary used by org.autumnframework.service.jpa.servicesClassDescriptionOur standard CreateService which uses a repository that uses Long id'sDelete 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 OnDeleteEventsOur standard delete service which uses a repository that uses Long id'sOur standard find all service which uses a repository that uses Long id'sOur 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 implementationOur 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 implementationOur standard find by id's service which uses a repository that uses Long id'sOur standard find all service which uses a repository that uses Long id'sOur standard update service which uses which uses a repository that uses Long id's
-
Classes in org.autumnframework.service.jpa.services.elementary used by org.autumnframework.service.jpa.services.elementaryClassDescriptionOur standard delete service which uses a repository that uses Long id'sOur standard find all service which uses a repository that uses Long id'sOur 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 implementation
-
Classes in org.autumnframework.service.jpa.services.elementary used by org.autumnframework.service.jpa.services.implementationClassDescriptionOur standard CreateService which uses a repository that uses Long id'sDelete 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 OnDeleteEventsOur standard delete service which uses a repository that uses Long id'sOur standard find all service which uses a repository that uses Long id'sOur 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 implementationOur 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 implementationOur standard find by id's service which uses a repository that uses Long id'sOur standard find all service which uses a repository that uses Long id'sOur standard update service which uses which uses a repository that uses Long id's