|
Spring Data Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 org.springframework.data.neo4j.support.relationship.Neo4jRelationshipBacking
aspect, encapsulates a neo4j relationship as backing state |
|
Spring Data Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |