HHH-10022 - Continue documentation TLC (part 2)
This commit is contained in:
parent
825468ca9b
commit
25799c6678
|
@ -21,7 +21,7 @@
|
||||||
<para>
|
<para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><xref linkend="categorization" </para>
|
<para><xref linkend="categorization" /></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><xref linkend="locking" /></para>
|
<para><xref linkend="locking" /></para>
|
||||||
|
|
|
@ -46,13 +46,13 @@ matter of pulling that content in and better organizing it.
|
||||||
|
|
||||||
* <strike>Prefix</strike>
|
* <strike>Prefix</strike>
|
||||||
* <strike>Data_Categorizations</strike>
|
* <strike>Data_Categorizations</strike>
|
||||||
|
* Entity (needs some work)
|
||||||
* <strike>Basic_Types</strike>
|
* <strike>Basic_Types</strike>
|
||||||
* <strike>Composition</strike>
|
* <strike>Composition</strike>
|
||||||
* <strike>Collection (needs some work)
|
* <strike>Collection (needs some work)
|
||||||
* Entity (needs some work)
|
|
||||||
* Secondary_Tables (not started)
|
|
||||||
* Identifiers (mostly done - needs "derived id" stuff documented)
|
* Identifiers (mostly done - needs "derived id" stuff documented)
|
||||||
* <strike>Natural_Id</strike>
|
* <strike>Natural_Id</strike>
|
||||||
|
* Secondary_Tables (not started) - logically a joined in-line view
|
||||||
* Associations (not started)
|
* Associations (not started)
|
||||||
* Attribute_Access (not started)
|
* Attribute_Access (not started)
|
||||||
* Mapping_Overrides - AttributeOverrides/AssociationOverrides (not started)
|
* Mapping_Overrides - AttributeOverrides/AssociationOverrides (not started)
|
||||||
|
@ -79,4 +79,5 @@ Overall
|
||||||
for an example.
|
for an example.
|
||||||
* I really like the idea of each chapter having a "Related Topics" (?)sidebar(?). See
|
* I really like the idea of each chapter having a "Related Topics" (?)sidebar(?). See
|
||||||
userGuide/chapters/HQL.xml for an example. I am not sure `<sidebar/>` is the best element for
|
userGuide/chapters/HQL.xml for an example. I am not sure `<sidebar/>` is the best element for
|
||||||
this concept, but I could not find a better one on cursory glance.
|
this concept, but I could not find a better one on cursory glance. I noticed `literallayout` used in
|
||||||
|
a few DocBook examples for something similar.
|
||||||
|
|
Loading…
Reference in New Issue