Posts by FredeBr • 59 points
3 posts
-
1
votes0
answers20
viewsQ: How to use left Join fetch in Criteriabuilder by returning a dto
in the implementation below, in which return a dto built with the entity Lancamento, in which it has uni-directional relationship with category. To avoid the n+1 problem I tried using left Join…
-
0
votes1
answer139
viewsQ: Configure orphanRemoval=true in Generate Entities of Table - JPA Tools - Eclipse
I’m having trouble every time I need to use JPA Tools' Generate Entities of Table (use Eclipse Neon.3). I run entities with the Generate Entities of Table command from JPA Tools. In the code of a…
-
4
votes2
answers399
viewsQ: Customize the eclipse "Generate toString()..." to print the path of a class
How do I customize the function Generate toString() eclipse (source > Generate toString()) to print the path of a class? For example I have the following entity that prints: package…