|
Spring Data Graph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphBacked<STATE>
super interface denoting entities that are graph backed, the backing STATE can be a Node
or a Relationship
.
Subclasses of this interface bind the type parameter to a concrete Node or Relationship state.
Method Summary | |
---|---|
STATE |
getPersistentState()
|
boolean |
hasPersistentState()
|
void |
remove()
removes the entity using @{link GraphDatabaseContext.removeNodeEntity} the entity and relationship are still accessible after removal but before transaction commit but all modifications will throw an exception |
void |
setPersistentState(STATE state)
internal setter used for initializing the graph-db state on existing or newly created entities |
Method Detail |
---|
void setPersistentState(STATE state)
state
- (Node or Relationship)STATE getPersistentState()
boolean hasPersistentState()
void remove()
|
Spring Data Graph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |