Interface ReadFindByIdsService<T extends JpaIdentifiable>

Type Parameters:
T -
All Superinterfaces:
GenericJpaGetRepositoryService<T,Long>, GenericJpaReadFindByIdsService<T,Long>, GenericReadFindByIdsService<T,Long>, GetRepositoryService<T>

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