|
Spring Data MongoDB | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Documented @Retention(value=RUNTIME) public @interface CompoundIndex
Mark a class to use compound indexes.
| Required Element Summary | |
|---|---|
String |
def
The actual index definition in JSON format. |
| Optional Element Summary | |
|---|---|
String |
collection
The collection the index will be created in. |
IndexDirection |
direction
Deprecated. |
boolean |
dropDups
|
String |
name
The name of the index to be created. |
boolean |
sparse
|
boolean |
unique
|
| Element Detail |
|---|
public abstract String def
@Deprecated public abstract IndexDirection direction
def()
attribute actually.
public abstract boolean unique
public abstract boolean sparse
public abstract boolean dropDups
public abstract String name
public abstract String collection
|
Spring Data MongoDB | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||