Uses of Enum Class
org.springframework.data.mongodb.core.index.IndexOptions.Unique
Packages that use IndexOptions.Unique
Package
Description
Support for MongoDB document indexing.
-
Uses of IndexOptions.Unique in org.springframework.data.mongodb.core.index
Methods in org.springframework.data.mongodb.core.index that return IndexOptions.UniqueModifier and TypeMethodDescriptionIndexOptions.getUnique()static IndexOptions.UniqueReturns the enum constant of this class with the specified name.static IndexOptions.Unique[]IndexOptions.Unique.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.mongodb.core.index with parameters of type IndexOptions.Unique