From 25799c6678b8377beb8fdd33e83f5cd6ebd1eb90 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Wed, 19 Aug 2015 09:44:37 -0500 Subject: [PATCH] HHH-10022 - Continue documentation TLC (part 2) --- .../docbook/mappingGuide/en-US/chapters/entity/Entity.xml | 2 +- documentation/status.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/documentation/src/main/docbook/mappingGuide/en-US/chapters/entity/Entity.xml b/documentation/src/main/docbook/mappingGuide/en-US/chapters/entity/Entity.xml index 1842f293fc..e180321998 100644 --- a/documentation/src/main/docbook/mappingGuide/en-US/chapters/entity/Entity.xml +++ b/documentation/src/main/docbook/mappingGuide/en-US/chapters/entity/Entity.xml @@ -21,7 +21,7 @@ - + diff --git a/documentation/status.md b/documentation/status.md index 3ec660fd07..f7f2b0ec68 100644 --- a/documentation/status.md +++ b/documentation/status.md @@ -46,13 +46,13 @@ matter of pulling that content in and better organizing it. * Prefix * Data_Categorizations +* Entity (needs some work) * Basic_Types * Composition * Collection (needs some work) -* Entity (needs some work) -* Secondary_Tables (not started) * Identifiers (mostly done - needs "derived id" stuff documented) * Natural_Id +* Secondary_Tables (not started) - logically a joined in-line view * Associations (not started) * Attribute_Access (not started) * Mapping_Overrides - AttributeOverrides/AssociationOverrides (not started) @@ -79,4 +79,5 @@ Overall for an example. * 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 `` 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.