Spring Data Neo4j

Package org.springframework.data.neo4j.annotation

Class Summary
Indexed.Name  
 

Enum Summary
Indexed.Level  
QueryType  
 

Annotation Types Summary
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.
MapResult  
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.
RelationshipType Field annotation for the type of a relationship entity.
ResultColumn  
StartNode Field annotation for the start node of a relationship entity.
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.