I have JPA entity with list like this:
@OneToMany(mappedBy = \"scadaElement\", orphanRemoval = true) private List elementParameters;
Why not using the real JPA Streaming?
Stream findAllByName(String name);