Uses of Interface
org.springframework.data.couchbase.core.index.IndexDefinition
Packages that use IndexDefinition
-
Uses of IndexDefinition in org.springframework.data.couchbase.core.index
Classes in org.springframework.data.couchbase.core.index that implement IndexDefinitionModifier and TypeClassDescriptionstatic classMethods in org.springframework.data.couchbase.core.index that return types with arguments of type IndexDefinitionModifier and TypeMethodDescriptiondefault Iterable<? extends IndexDefinition>QueryIndexResolver.resolveIndexFor(Class<?> entityType) Find and createIndexDefinitions for properties of givenTypeInformation.Iterable<? extends IndexDefinition>QueryIndexResolver.resolveIndexFor(TypeInformation<?> typeInformation) Find and createIndexDefinitions for properties of givenTypeInformation.