Uses of Class
org.springframework.data.mongodb.core.index.HashedIndex
Packages that use HashedIndex
Package
Description
Support for MongoDB document indexing.
-
Uses of HashedIndex in org.springframework.data.mongodb.core.index
Methods in org.springframework.data.mongodb.core.index that return HashedIndexModifier and TypeMethodDescriptionstatic HashedIndexCreates a newHashedIndexfor the given field.static <T,P> HashedIndex HashedIndex.hashed(TypedPropertyPath<T, P> property) Creates a newHashedIndexfor the given property.