Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.mapping.ManagedEntity

Packages that use ManagedEntity
org.springframework.data.neo4j.aspects.core   
 

Uses of ManagedEntity in org.springframework.data.neo4j.aspects.core
 

Subinterfaces of ManagedEntity in org.springframework.data.neo4j.aspects.core
 interface 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.
 interface NodeBacked
          Interface introduced to objects annotated with @NodeEntity by the Neo4jNodeBacking aspect.
 interface RelationshipBacked
          concrete interface introduced onto Relationship entities by the Neo4jRelationshipBacking aspect, encapsulates a neo4j relationship as backing state
 


Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.