DATAGRAPH-765 - Document fix for relationship entity.

This commit is contained in:
Luanne Misquitta
2016-01-28 10:08:22 +05:30
parent 1c8bc60576
commit 69f932e15f

View File

@@ -90,6 +90,7 @@ It is not possible to use relationship entities in a non-annotated domain model.
@NodeEntity
public class Actor {
Long id;
@Relationship(type="PLAYED_IN")
private Role playedIn;
}