|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the entity type the converter can handleS
- the store specific sink the converter is able to write topublic interface EntityWriter<T,S>
Interface to write objects into store specific sinks.
Method Summary | |
---|---|
void |
write(T source,
S sink)
|
Method Detail |
---|
void write(T source, S sink)
|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |