Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 441 Bytes

File metadata and controls

17 lines (11 loc) · 441 Bytes

Chapter 1 :: Transactions

Module for demonstrating transaction management patterns using Spring Data JPA, plain JDBC, Spring AOP and Spring Retry.

Key topics:

  • How and when to use implicit transactions
  • How and when to use explicit transactions
  • How to implement transaction retries using spring-retry
  • Patterns for short-lived transactions

Running Tests

This script will present a menu of available test:

./run-test.sh