Spring Persistence Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=Internal=
=Internal=
* [[Spring_Framework#Spring_Framework_Core_Technologies_Concepts|Spring Framework]]
* [[Spring_Framework#Spring_Framework_Core_Technologies_Concepts|Spring Framework]]
* [[JdbcTemplate]]
* [[JdbcTemplate#Spring_Persistence_Concepts|JdbcTemplate]]
* [[Spring_Data_JPA|Spring Data JPA]]
* [[Spring_Data_JPA#Spring_Persistence_Concepts|Spring Data JPA]]


=Overview=
=Overview=

Revision as of 20:30, 14 October 2018

Internal

Overview

DAO

Repository

@Repository

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.