From 9c2e9d510106c0f30d251e9bbf233a5aa73c45fc Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Tue, 22 Mar 2016 08:46:54 +0100 Subject: [PATCH] Latest topic collection --- Doc/Persist/topics.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Doc/Persist/topics.xml b/Doc/Persist/topics.xml index c7e4ab24a..1d888d1df 100644 --- a/Doc/Persist/topics.xml +++ b/Doc/Persist/topics.xml @@ -449,12 +449,13 @@ public class Airline { consistently renamed to <property>icaoCode</property>Number <xref linkend="glo_SqlDdl"/> code will still be properly - generated. However this problem may be overcome by - providing stable <xref linkend="glo_SqlDdl"/> - attribute names via <code>@Column(name="icaoCode" - ...)</code> thereby protecting the database from - unnecessary schema evolution issues being inflicted by - <xref linkend="glo_Java"/> code refactoring.</para> + generated. However this problem may be overcome for + our complex solution by providing stable <xref + linkend="glo_SqlDdl"/> attribute names via + <code>@Column(name="icaoCode" ...)</code> thereby + protecting the database from unnecessary schema + evolution issues being inflicted by <xref + linkend="glo_Java"/> code refactoring.</para> </listitem> </orderedlist> </glossdef> -- GitLab