Uses of Class
org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexResolver.IndexDefinitionHolder
Packages that use MongoPersistentEntityIndexResolver.IndexDefinitionHolder
Package
Description
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.IndexDefinitionHolderModifier and TypeMethodDescriptionMongoPersistentEntityIndexResolver.createCompoundIndexDefinition(String dotPath, String collection, CompoundIndex index, MongoPersistentEntity<?> entity) MongoPersistentEntityIndexResolver.createGeoSpatialIndexDefinition(String dotPath, String collection, MongoPersistentProperty persistentProperty) CreatesIndexDefinitionwrapped inMongoPersistentEntityIndexResolver.IndexDefinitionHolderout ofGeoSpatialIndexedforMongoPersistentProperty.MongoPersistentEntityIndexResolver.createHashedIndexDefinition(String dotPath, String collection, MongoPersistentProperty persistentProperty) CreatesHashedIndexwrapped inMongoPersistentEntityIndexResolver.IndexDefinitionHolderout ofHashIndexedfor a givenMongoPersistentProperty.MongoPersistentEntityIndexResolver.createIndexDefinition(String dotPath, String collection, MongoPersistentProperty persistentProperty) CreatesIndexDefinitionwrapped inMongoPersistentEntityIndexResolver.IndexDefinitionHolderout ofIndexedfor a givenMongoPersistentProperty.MongoPersistentEntityIndexResolver.createWildcardIndexDefinition(String dotPath, String collection, WildcardIndexed index, MongoPersistentEntity<?> entity) Methods in org.springframework.data.mongodb.core.index that return types with arguments of type MongoPersistentEntityIndexResolver.IndexDefinitionHolderModifier and TypeMethodDescriptionMongoPersistentEntityIndexResolver.createCompoundIndexDefinitions(String dotPath, String fallbackCollection, MongoPersistentEntity<?> entity) CreateIndexDefinitionwrapped inMongoPersistentEntityIndexResolver.IndexDefinitionHolderforCompoundIndexesof a given type.MongoPersistentEntityIndexResolver.resolveIndexFor(TypeInformation<?> typeInformation) MongoPersistentEntityIndexResolver.resolveIndexForEntity(MongoPersistentEntity<?> root) Resolve theIndexDefinitions for a given root entity by traversingMongoPersistentPropertyscanning for index annotationsIndexed,CompoundIndexandGeospatialIndex.