Spring Persistence Concepts

From NovaOrdis Knowledge Base
Revision as of 20:27, 14 October 2018 by Ovidiu (talk | contribs) (→‎Internal)
Jump to navigation Jump to search

Internal

Overview

DAO

Repository

@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.