|
Spring Data Neo4j | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphBacked | |
|---|---|
| org.springframework.data.neo4j.aspects.core | |
| Uses of GraphBacked in org.springframework.data.neo4j.aspects.core |
|---|
| Classes in org.springframework.data.neo4j.aspects.core with type parameters of type GraphBacked | |
|---|---|
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. |
| Subinterfaces of GraphBacked in org.springframework.data.neo4j.aspects.core | |
|---|---|
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 | |||||||||