java-tutorials/persistence-modules/spring-persistence-simple/README.md

14 lines
821 B
Markdown

## Spring Persistence
Spring Persistence Articles that are also part of the e-book
This module contains articles about Spring Persistence that are also part of an Ebook.
## NOTE:
### Since this is a module tied to an e-book, it should not be moved or used to store the code for any further article.
### Relevant Articles:
- [Transaction Propagation and Isolation in Spring @Transactional](https://www.baeldung.com/spring-transactional-propagation-isolation)
- [Transactional Annotations: Spring vs. JTA](https://www.baeldung.com/spring-vs-jta-transactional)
- [Test a Mock JNDI Datasource with Spring](https://www.baeldung.com/spring-mock-jndi-datasource)
- [Detecting If a Spring Transaction Is Active](https://www.baeldung.com/spring-transaction-active)
- [Guide to Jakarta EE JTA](https://www.baeldung.com/jee-jta)