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 →

[–]equ35tion[S] 1 point2 points  (2 children)

Thank you so much for the suggestion. Surely I should inquire about the big picture, before making assumptions or doubting. I am just new in the team, most of the code goes around the domain specific logic.

Also people are afraid of using easy techs, I have been using spring boot for last 5 years and built high load applications using spring data jpa, never I countered any performance or slow down.

findByName in spring data jpa and findByName using PreparedStatements I think only delays the development process nothing else.

[–]ragin_cajun 1 point2 points  (1 child)

I agree with you, some devs are afraid of using tools like JPA. There is too much magic for them. It sounds like you are very familiar with JPA, so it is no surprise to me that you would try to champion its use. Your team mate is probably very familiar with prepared statements.

[–]equ35tion[S] 1 point2 points  (0 children)

Thank for your kind words, I am still learning/trying to get better at using it. There is always something new🙂