|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexField | |
|---|---|
| org.springframework.data.mongodb.core.index | |
| Uses of IndexField in org.springframework.data.mongodb.core.index |
|---|
| Methods in org.springframework.data.mongodb.core.index that return IndexField | |
|---|---|
static IndexField |
IndexField.create(String key,
Order order)
Creates a default IndexField with the given key and Order. |
static IndexField |
IndexField.geo(String key)
Creates a geo IndexField for the given key. |
| Methods in org.springframework.data.mongodb.core.index that return types with arguments of type IndexField | |
|---|---|
List<IndexField> |
IndexInfo.getIndexFields()
Returns the individual index fields of the index. |
| Constructor parameters in org.springframework.data.mongodb.core.index with type arguments of type IndexField | |
|---|---|
IndexInfo(List<IndexField> indexFields,
String name,
boolean unique,
boolean dropDuplicates,
boolean sparse)
|
|
|
Spring Data MongoDB | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||