Comments on: Express JPA Queries as Java Streams https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/ Java, Spring, Kotlin, microservices, Kubernetes, containers Wed, 01 Feb 2023 09:24:31 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1826 Wed, 01 Feb 2023 09:24:31 +0000 https://piotrminkowski.com/?p=9949#comment-1826 In reply to Ossama Nasser.

Ok, I didn’t try Jinq but need to take a look at that.

]]>
By: Ossama Nasser https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1822 Tue, 31 Jan 2023 16:10:13 +0000 https://piotrminkowski.com/?p=9949#comment-1822 Very similar to Jinq, but Jinq doesn’t generate sources, it analysis lambda expressions making it simpler but limited to supported JPA functionalities onlu

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1271 Tue, 26 Oct 2021 07:37:22 +0000 https://piotrminkowski.com/?p=9949#comment-1271 In reply to ajay.

I would suggest this article from Vlad Mihalcea blog: https://vladmihalcea.com/why-and-when-use-jpa/

]]>
By: ajay https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1265 Thu, 21 Oct 2021 14:24:22 +0000 https://piotrminkowski.com/?p=9949#comment-1265 what is the disadvantages of data jpa

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1260 Wed, 13 Oct 2021 12:41:24 +0000 https://piotrminkowski.com/?p=9949#comment-1260 In reply to Mateusz.

Ok, thanks for the tip.

]]>
By: Mateusz https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1210 Fri, 23 Jul 2021 08:17:11 +0000 https://piotrminkowski.com/?p=9949#comment-1210 I think you should avoid using in example coode lombok’s toString together with entity classes. It will fetch your lazy loaded relations during logging.

]]>
By: Claude Rodrigue https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1205 Fri, 16 Jul 2021 17:52:39 +0000 https://piotrminkowski.com/?p=9949#comment-1205 I’m in a hurry to use it but the fact that it sends data to google analytic turns me off

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1203 Thu, 15 Jul 2021 09:29:54 +0000 https://piotrminkowski.com/?p=9949#comment-1203 In reply to Agustín.

Yes, that’s a problem. It may be disabled, but to do it we need content with their support… Well, I also don’t think it is a good idea to send analytics data in such a library.

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1202 Thu, 15 Jul 2021 09:27:46 +0000 https://piotrminkowski.com/?p=9949#comment-1202 In reply to Poanselvi.

For sure you don’t need a repository layer. Service – it depends on your preferences, you can do all these inside @Service, and then e.g. inject it into the controller.

]]>
By: Poanselvi https://piotrminkowski.com/2021/07/13/express-jpa-queries-as-java-streams/#comment-1200 Wed, 14 Jul 2021 17:40:59 +0000 https://piotrminkowski.com/?p=9949#comment-1200 Nice article and very well explained So, we have the capability to skip the service and repository layer. Only controller layer is enough along with entity and dto classes?

]]>