|
Spring Data Graph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityState<ENTITY extends GraphBacked<STATE>,STATE>
Interface for classes encapsulating and delegating read and write field access of an GraphBacked entity to a number of field accessors. Wraps the entity, the underlying state and also handles the creation of the state (call back).
| Method Summary | |
|---|---|
void |
createAndAssignState()
Deprecated. |
ENTITY |
getEntity()
|
STATE |
getPersistentState()
|
Object |
getValue(Field field)
|
boolean |
hasPersistentState()
|
boolean |
isWritable(Field field)
|
ENTITY |
persist()
|
void |
setPersistentState(STATE state)
|
Object |
setValue(Field field,
Object newVal)
|
| Method Detail |
|---|
ENTITY getEntity()
void setPersistentState(STATE state)
Object getValue(Field field)
field -
boolean isWritable(Field field)
field -
Object setValue(Field field,
Object newVal)
field - newVal -
@Deprecated void createAndAssignState()
boolean hasPersistentState()
STATE getPersistentState()
ENTITY persist()
|
Spring Data Graph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||