Skip to main content

One post tagged with "spring-jpa"

View All Tags

[Writing Practice]: Spring Data JPA Best Practices: Transactions and Manual Queries

· 17 min read
Link Nuis
Java Developer
warning

This blogs solely for writing practice, so it's primarily a copy blog/article, not intended for content dissemination.

Root blog/article: link-blog

Manual and automatic transaction management

Imagine you need custom logic to work with your database, such as managing transactions, but Spring Data JPA repositories are insufficient for you. So what could you do? Spring Data JPA offers various approaches to achieve this.