|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyValueStoreValue<T>
A generic interface for dealing with values and their store metadata.
Method Summary | |
---|---|
T |
get()
Get the converted value itself. |
KeyValueStoreMetaData |
getMetaData()
Get the metadata associated with this value. |
Method Detail |
---|
KeyValueStoreMetaData getMetaData()
T get()
|
Spring Data Key-Value | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |