Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 790 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 790 Bytes

Chapter 6 : Connections and Transactions

Item 60: How to Delay Connection Acquisition Until It’s Really Needed

Item 61: How @Transactional(readOnly=true) Really Works

Item 62: Why Spring Ignores @Transactional

Item 63: How to Set and Check that Transaction Timeout and Rollback at Expiration Work as Expected

Item 64: Why and How to Use @Transactional in a Repository Interface