Skip to content

datmt

Hands on projects

  • Home
  • Privacy Policy
  • Cookie Policy (EU)
  • Contact
  • Home
  • Privacy Policy
  • Cookie Policy (EU)
  • Contact

How To Use  @Transactional In Spring Properly

How To Use @Transactional In Spring Properly

Updated on October 21, 2022 by Đạt Trần

With Spring AOP, you can simply use the @Transactional annotation to handle transactions in your app.

Using Transaction With JDBC in Spring

Using Transaction With JDBC in Spring

Updated on October 19, 2022 by Đạt Trần

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

How To Map String To Boolean in Spring Data JPA

Updated on September 29, 2022 by Đạt Trần

Overview There are times you work with legacy databases that store boolean values as strings. Let’s consider th...


Copyright Ⓒ datmt