Skip to content
Snippets Groups Projects
Commit 9c2e9d51 authored by Goik Martin's avatar Goik Martin
Browse files

Latest topic collection

parent f0f0a16b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment