Spring Data Neo4j

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


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

Field annotation for the type of a relationship entity. The field type must be a String or RelationshipType.

Since:
27.08.2010
Author:
Michael Hunger


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.