From 57644924e800067f51020ba622c7c0dbc7132073 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Sat, 15 Jun 2013 20:03:11 +0200
Subject: [PATCH] orphanRemoval vs. CascadeType.DELETE

---
 Doc/course.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Doc/course.xml b/Doc/course.xml
index d279c111f..0f18ed174 100644
--- a/Doc/course.xml
+++ b/Doc/course.xml
@@ -15759,6 +15759,20 @@ Namespace '<emphasis role="bold">http://www.w3.org/2000/svg</emphasis>' contains
     </appendix>
   </part>
 
+  <part xml:id="sda2">
+    <title>Structured Data and Applications 2</title>
+
+    <chapter xml:id="jpa">
+      <title>JPA</title>
+
+      <section xml:id="orphanRemoval">
+        <title>orphanRemoval vs. CascadeType.DELETE</title>
+
+        <para>Describe the difference and construct an example.</para>
+      </section>
+    </chapter>
+  </part>
+
   <part xml:id="persistenceStrategies">
     <title annotations="ws/eclipse/HibIntro/target/classes">Persistence
     strategies and application development</title>
-- 
GitLab