Spring Data Neo4j

Package org.springframework.data.neo4j.aspects.core

Interface Summary
GraphBacked<STATE,ENTITY extends GraphBacked<STATE,ENTITY>> super interface denoting entities that are graph backed, the backing STATE can be a Node or a Relationship.
NodeBacked Interface introduced to objects annotated with @NodeEntity by the Neo4jNodeBacking aspect.
RelationshipBacked concrete interface introduced onto Relationship entities by the org.springframework.data.neo4j.support.relationship.Neo4jRelationshipBacking aspect, encapsulates a neo4j relationship as backing state
 


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.