Uses of Interface
com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.IndexComparison
-
Packages that use SchemaElementComparison.IndexComparison Package Description com.atlassian.confluence.core.persistence.schema.api com.atlassian.confluence.core.persistence.schema.descriptor -
-
Uses of SchemaElementComparison.IndexComparison in com.atlassian.confluence.core.persistence.schema.api
Methods in com.atlassian.confluence.core.persistence.schema.api that return types with arguments of type SchemaElementComparison.IndexComparison Modifier and Type Method Description Iterable<? extends SchemaElementComparison.IndexComparison>TableSchemaComparison. getIndexes() -
Uses of SchemaElementComparison.IndexComparison in com.atlassian.confluence.core.persistence.schema.descriptor
Classes in com.atlassian.confluence.core.persistence.schema.descriptor that implement SchemaElementComparison.IndexComparison Modifier and Type Class Description classComparedIndexMethods in com.atlassian.confluence.core.persistence.schema.descriptor that return types with arguments of type SchemaElementComparison.IndexComparison Modifier and Type Method Description Iterable<? extends SchemaElementComparison.IndexComparison>ComparedTable. getIndexes()Constructor parameters in com.atlassian.confluence.core.persistence.schema.descriptor with type arguments of type SchemaElementComparison.IndexComparison Constructor Description ComparedTable(String tableName, Iterable<? extends SchemaElementComparison.IndexComparison> indexComparisons, Iterable<? extends SchemaElementComparison.ColumnComparison> columnComparisons)
-