Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder

Packages that use MongoPersistentEntityIndexResolver.IndexDefinitionHolder
org.springframework.data.mongodb.core.index Support for MongoDB document indexing. 
 

Uses of MongoPersistentEntityIndexResolver.IndexDefinitionHolder in org.springframework.data.mongodb.core.index
 

Methods in org.springframework.data.mongodb.core.index that return MongoPersistentEntityIndexResolver.IndexDefinitionHolder
protected  MongoPersistentEntityIndexResolver.IndexDefinitionHolder MongoPersistentEntityIndexResolver.createCompoundIndexDefinition(String dotPath, String fallbackCollection, CompoundIndex index)
           
protected  MongoPersistentEntityIndexResolver.IndexDefinitionHolder MongoPersistentEntityIndexResolver.createGeoSpatialIndexDefinition(String dotPath, String fallbackCollection, MongoPersistentProperty persistentProperty)
          Creates IndexDefinition wrapped in MongoPersistentEntityIndexResolver.IndexDefinitionHolder out of GeoSpatialIndexed for MongoPersistentProperty.
protected  MongoPersistentEntityIndexResolver.IndexDefinitionHolder MongoPersistentEntityIndexResolver.createIndexDefinition(String dotPath, String fallbackCollection, MongoPersistentProperty persitentProperty)
          Creates IndexDefinition wrapped in MongoPersistentEntityIndexResolver.IndexDefinitionHolder out of Indexed for given MongoPersistentProperty.
 

Methods in org.springframework.data.mongodb.core.index that return types with arguments of type MongoPersistentEntityIndexResolver.IndexDefinitionHolder
protected  List<MongoPersistentEntityIndexResolver.IndexDefinitionHolder> MongoPersistentEntityIndexResolver.createCompoundIndexDefinitions(String dotPath, String fallbackCollection, Class<?> type)
          Create IndexDefinition wrapped in MongoPersistentEntityIndexResolver.IndexDefinitionHolder for CompoundIndexes of given type.
 List<MongoPersistentEntityIndexResolver.IndexDefinitionHolder> MongoPersistentEntityIndexResolver.resolveIndexForClass(Class<?> type)
           
 List<MongoPersistentEntityIndexResolver.IndexDefinitionHolder> MongoPersistentEntityIndexResolver.resolveIndexForEntity(MongoPersistentEntity<?> root)
          Resolve the IndexDefinitions for given root entity by traversing MongoPersistentProperty scanning for index annotations Indexed, CompoundIndex and GeospatialIndex.
 


Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.