Tag: SQL
-
Hands-on Java 25 Series: #1 – The Power Duo of MyBatis and jOOQ
The Context In this post I want to dive into a significant shift in my persistence strategy. For a P.o.C. project, I have decided to utilize jOOQ for the first time… and the experience has been a revelation. One of the most exhausting aspects of traditional database interaction is the maintenance of “native queries” or…
-
Use JAVA SQL Parameters and improve your application security
Use parameters in a JAVA SQL Prepared Statement is a good practice for performance reasons but also is good way to improve the security of your application.