With Spring AOP, you can simply use the @Transactional annotation to handle transactions in your app.
Using Transaction With JDBC in Spring
Overview In the first post of this series, I briefly discussed the problem with multiple database operations and the ...
How To Map String To Boolean in Spring Data JPA
Overview There are times you work with legacy databases that store boolean values as strings. Let’s consider th...