Spring Data Neo4j

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


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

Annotation to explcitely declare a property handled by datastore-graph. Automatically indexes the property. Only required in partial mode. Otherwise properties are handled by default if they are primitive or convertible to a String using the built in conversion services.

Since:
27.08.2010
Author:
Michael Hunger


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.