| Class | Description |
|---|---|
| Indexed.Name |
| Enum | Description |
|---|---|
| Indexed.Level |
| Annotation Type | Description |
|---|---|
| EndNode |
Field annotation for the end node of a relationship entity.
|
| Fetch |
Annotation for load/fetch strategies, if it is present at a field it will be eagerly loaded
|
| 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.
|
| Labels |
Annotation to explcitely declare a property handled by datastore-graph.
|
| MapResult | Deprecated |
| NodeEntity |
Annotation to declare an Pojo-Entity as graph backed.
|
| Query |
Field that provides access to an iterator which is created by applying the provided query starting at the current
entity-node.
|
| QueryResult |
Annotation to mark either a POJO or interface as being able to hold the results of a
SDN based query.
|
| 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.
|
| RelationshipType |
Field annotation for the type of a relationship entity.
|
| ResultColumn | |
| StartNode |
Field annotation for the start node of a relationship entity.
|
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.