DATAGRAPH-765 - Documentation updates for custom query entity mapping and paths.

This commit is contained in:
Luanne Misquitta
2016-01-25 10:51:58 +05:30
parent 0f12ec7291
commit bec062ff55

View File

@@ -62,6 +62,8 @@ All other parameters types are provided directly (i.e. Strings, Longs, etc).
[NOTE]
====
In the current version, custom queries do not support paging, sorting or a custom depth.
`@Query` does not support mapping a path to domain entities, as such, a path should not be returned from a Cypher query.
Instead, return nodes and relationships to have them mapped to domain entities.
====
=== Query results