Spring Data Graph

Package org.springframework.data.graph.annotation

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.
NodeEntity Annotation to declare an Pojo-Entity as graph backed.
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.
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.