Author: lewismc
Date: Wed Jun 25 21:14:52 2014
New Revision: 1605600
URL: http://svn.apache.org/r1605600
Log:
GORA-349 Update Datastore specific mapping documentation with new default root
element
Modified:
gora/site/trunk/content/current/gora-accumulo.md
Modified: gora/site/trunk/content/current/gora-accumulo.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-accumulo.md?rev=1605600&r1=1605599&r2=1605600&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-accumulo.md (original)
+++ gora/site/trunk/content/current/gora-accumulo.md Wed Jun 25 21:14:52 2014
@@ -16,7 +16,7 @@ enables [Apache Accumulo](http://accumul
##Gora Accumulo mappings
Say we wished to map some Employee data and store it into the AccumuloStore.
- <gora-orm>
+ <gora-otd>
<table name="Employee">
<family name="info" />
<config key="table.file.compress.blocksize" value="32K"/>
@@ -31,7 +31,7 @@ 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 gora-orm mapping configuration, namely;