Spring Data Neo4j

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


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

Field annotation for the start node of a relationship entity. The field type must be a node entity. The start node field is read only.

Since:
27.08.2010
Author:
Michael Hunger


Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.