|
Spring Data Document | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface DBRef
An annotation that indicates the annotated field is to be stored using a com.mongodb.DBRef
| Optional Element Summary | |
|---|---|
String |
collection
|
String |
db
|
String |
id
|
public abstract String collection
public abstract String id
public abstract String db
|
Spring Data Document | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||