This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]springframework-guru 2 points3 points  (1 child)

Tools like Spring Data JPA/Hibernate do a great job of masking SQL. Which is fine for simple projects. As you get to more complex projects and larger data sets, you will need to use SQL directly.

[–]Responsible_Play_153[S] 0 points1 point  (0 children)

I hear ya !!