|
Annotation Types Summary |
| EndNode |
Field annotation for the end node of a relationship entity. |
| GraphId |
Annotation fot the field that virtually provides the Id of the graph entity (node or relationship), type of the field should be long |
| GraphProperty |
Annotation to explcitely declare a property handled by datastore-graph. |
| GraphTraversal |
Field that provides access to an iterator which is created by applying the traversal that is built by the supplied
traversal builder to the current node. |
| Indexed |
Annotated fields and entities will be indexed and available for retrieval using an indexing API. |
| NodeEntity |
Annotation to declare an Pojo-Entity as graph backed. |
| Query |
Field that provides access to an iterator which is created by applying the traversal that is built by the supplied
traversal builder to the current node. |
| RelatedTo |
Annotation for NodeEntity fields that relate to other entities via
relationships. |
| RelatedToVia |
Annotation for NodeEntity fields that relate to other entities via
relationships. |
| RelationshipEntity |
Annotation to declare a Pojo-Entity as graph backed relationship entity. |
| StartNode |
Field annotation for the start node of a relationship entity. |