Spring Data Neo4j

org.springframework.data.neo4j.annotation
Annotation Type GraphId


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface GraphId

Annotation fot the field that virtually provides the Id of the graph entity (node or relationship), type of the field should be long


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.