|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder
public static class MongoPersistentEntityIndexResolver.IndexDefinitionHolder
Implementation of IndexDefinition holding additional (property)path information used for creating the
index. The path itself is the properties "dot" path representation from its root document.
| Constructor Summary | |
|---|---|
MongoPersistentEntityIndexResolver.IndexDefinitionHolder(String path,
IndexDefinition definition,
String collection)
Create |
|
| Method Summary | |
|---|---|
String |
getCollection()
|
IndexDefinition |
getIndexDefinition()
Get the raw IndexDefinition. |
com.mongodb.DBObject |
getIndexKeys()
|
com.mongodb.DBObject |
getIndexOptions()
|
String |
getPath()
Get the "dot" path used to create the index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MongoPersistentEntityIndexResolver.IndexDefinitionHolder(String path,
IndexDefinition definition,
String collection)
path - | Method Detail |
|---|
public String getCollection()
public String getPath()
public IndexDefinition getIndexDefinition()
IndexDefinition.
public com.mongodb.DBObject getIndexKeys()
getIndexKeys in interface IndexDefinitionpublic com.mongodb.DBObject getIndexOptions()
getIndexOptions in interface IndexDefinition
|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||