Spring Persistence Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* [[JdbcTemplate]] | * [[JdbcTemplate]] | ||
* [[Spring_Data_JPA|Spring Data JPA]] | * [[Spring_Data_JPA|Spring Data JPA]] | ||
=Overview= | |||
=DAO= | =DAO= |
Revision as of 20:27, 14 October 2018
Internal
Overview
DAO
Repository
Object IDs
Concepts
Object IDs
- When persisting objects in a relational database, it is generally a good idea to have one field in the object that uniquely identifies the object. See Relational Databases.