updated documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user