You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2014/06/25 23:18:07 UTC

svn commit: r1605603 - /gora/site/trunk/content/current/gora-hbase.md

Author: lewismc
Date: Wed Jun 25 21:18:06 2014
New Revision: 1605603

URL: http://svn.apache.org/r1605603
Log:
GORA-349 Update Datastore specific mapping documentation with new default root element

Modified:
    gora/site/trunk/content/current/gora-hbase.md

Modified: gora/site/trunk/content/current/gora-hbase.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-hbase.md?rev=1605603&r1=1605602&r2=1605603&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-hbase.md (original)
+++ gora/site/trunk/content/current/gora-hbase.md Wed Jun 25 21:18:06 2014
@@ -13,7 +13,7 @@ module enables [Apache HBase](http://hba
 ##Gora HBase mappings
 Say we wished to map some Employee data and store it into the HBaseStore.
 
-    <gora-orm>
+    <gora-otd>
       <table name="Employee">
         <family name="info" 
                 compression="$$$" 
@@ -33,10 +33,10 @@ Say we wished to map some Employee data 
         <field name="boss" family="info" qualifier="bs"/>
         <field name="webpage" family="info" qualifier="wp"/>
       </class>
-    </gora-orm>
+    </gora-otd>
 
 Here you can see that we require the definition of two child elements within the 
-<code>gora-orm</code> mapping configuration, namely;
+<code>gora-otd</code> mapping configuration, namely;
 
 The table element; where we specify: