updated documentation

This commit is contained in:
Michael Hunger
2011-03-28 02:23:20 +02:00
parent 4af1f342ee
commit f00a713069
15 changed files with 257 additions and 212 deletions

View File

@@ -4,8 +4,7 @@
<title>Methods added to entity classes</title>
<para>
The node and relationship aspects introduce (via ITD - inter type declaration) several methods to the
entities that make common tasks easier. Unfortunately these methods are not generified yet, so the
results have to be casted to the correct return type.
entities that make common tasks easier.
<variablelist>
<varlistentry>
<term>persisting the node-entity initially and after changes outside of a transaction,
@@ -64,7 +63,7 @@
</listitem>
</varlistentry>
<varlistentry>
<term>remove the node entity, its relationship and index entries</term>
<term>remove the node entity, its relationships and index entries</term>
<listitem>
<para><code>entity.remove()</code></para>
</listitem>