Uses of Interface
overit.geocall.edm.model.Index
Packages that use Index
-
Uses of Index in overit.geocall.edm.model
Methods in overit.geocall.edm.model that return IndexModifier and TypeMethodDescriptionIndexFactory.create(@NotNull String indexName, @NotNull DataEntity dataEntity, @NotNull IndexCreationParameters indexCreationParameters) Returns a newIndexinstance using the provided parameters.Methods in overit.geocall.edm.model that return types with arguments of type IndexModifier and TypeMethodDescriptionIndexFactory.createFromProperties(@NotNull DataEntity dataEntity) DataEntity.getIndexes()DataEntityImpl.getIndexes()Method parameters in overit.geocall.edm.model with type arguments of type IndexModifier and TypeMethodDescriptionvoidDataEntity.setIndexes(List<Index> indexes) Sets the providedindexes.voidDataEntityImpl.setIndexes(List<Index> indexes)