Comments on: Query Databases Using Java Streams https://speedment.com/query-databases-using-java-streams/ Build Fast Java Applications for the Fastest Business Performance Fri, 01 May 2020 05:21:37 +0000 hourly 1 https://wordpress.org/?v=5.1.1 By: Per Minborg https://speedment.com/query-databases-using-java-streams/#comment-59 Fri, 02 Nov 2018 15:25:51 +0000 https://speedment.com/query-databases-using-java-streams/#comment-59 You can create a Stream with other libraries but, to my knowledge, they cannot merge intermediate operation into the stream source. So with other libraries, if you skip 10,000 entities, those entities will be pulled in to the Java application just to be thrown away. Same goes with sorting and dynamic filtering.

]]>
By: Unknown https://speedment.com/query-databases-using-java-streams/#comment-65 Fri, 14 Sep 2018 15:56:16 +0000 https://speedment.com/query-databases-using-java-streams/#comment-65 Inclined to believe you can do exactly the same with spring data rest. Very little code, robust and industry standard.

]]>