Spring Data Graph

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


@Retention(value=RUNTIME)
@Target(value=FIELD)
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 Graph

Copyright © 2011. All Rights Reserved.