|
Spring Data Key-Value | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) public @interface KeyValueStoreMetaData
Specify the bucket in which to store the annotated object, overriding the default classname method of deriving bucket name.
| Required Element Summary | |
|---|---|
String |
bucket
The bucket in which to store an instance of this object. |
| Optional Element Summary | |
|---|---|
String |
mediaType
The media type in which to covert and store this object. |
| Element Detail |
|---|
public abstract String bucket
public abstract String mediaType
|
Spring Data Key-Value | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||