From 379882c80acb54e6f413b997f406adb857eae73f Mon Sep 17 00:00:00 2001 From: Bladtman Date: Wed, 23 Aug 2017 11:08:58 +0200 Subject: [PATCH] Added "previous" section to day3 --- COS/Day3/talking-points.mkdn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/COS/Day3/talking-points.mkdn b/COS/Day3/talking-points.mkdn index 8b6a96f..48ccc13 100644 --- a/COS/Day3/talking-points.mkdn +++ b/COS/Day3/talking-points.mkdn @@ -1,5 +1,13 @@ # ORM Inherritance +Previously: + * Why/why not ORM? + * Definition of an entity class in JPA + * Generating tables from classes + * Generating classes from tables + * Persisting collections in entities + * Persisting relations between entities + Today: * Inherritance strategies in JPA