Interface ReadFindByIdService<T extends JpaIdentifiable>

Type Parameters:
T -
All Superinterfaces:
GenericJpaGetRepositoryService<T,Long>, GenericJpaReadFindByIdService<T,Long>, GenericReadFindByIdService<T,Long>, GetRepositoryService<T>
All Known Subinterfaces:
CRUDService<T>, FullApiService<T>, FullService<T>
All Known Implementing Classes:
StandardApiService, StandardService

public interface ReadFindByIdService<T extends JpaIdentifiable> extends GetRepositoryService<T>, GenericJpaReadFindByIdService<T,Long>
Our standard find by id's service which uses a repository that uses Long id's