Spring Data JDBC - Quick Reference Full Reference : See advanced.md for custom row mappers, ID generation, auditing, event listeners, and Testcontainers integration. Deep Knowledge : Use with technology: for comprehensive documentation. Why Spring Data JDBC over JPA? | Spring Data JDBC | Spring Data JPA | |------------------|-----------------| | No lazy loading | Lazy loading | | No dirty checking | Auto dirty checking | | No session/cache | First-level cache | | Explicit SQL | Generated SQL | | Fast startup | Slower startup | Dependencies Entity Mapping Aggregate Design Repository Pattern Sc…