Uses of Interface
com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison.ColumnComparison
-
Packages that use SchemaElementComparison.ColumnComparison Package Description com.atlassian.confluence.core.persistence.schema.api com.atlassian.confluence.core.persistence.schema.descriptor -
-
Uses of SchemaElementComparison.ColumnComparison 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.ColumnComparison Modifier and Type Method Description Iterable<? extends SchemaElementComparison.ColumnComparison>TableSchemaComparison. getColumns() -
Uses of SchemaElementComparison.ColumnComparison in com.atlassian.confluence.core.persistence.schema.descriptor
Classes in com.atlassian.confluence.core.persistence.schema.descriptor that implement SchemaElementComparison.ColumnComparison Modifier and Type Class Description classComparedColumnMethods in com.atlassian.confluence.core.persistence.schema.descriptor that return types with arguments of type SchemaElementComparison.ColumnComparison Modifier and Type Method Description Iterable<? extends SchemaElementComparison.ColumnComparison>ComparedTable. getColumns()
-