for example: <T> Stream<T> findAll(Query query, Class<T> domainType);
for example:
Stream findAll(Query query, Class domainType);