Uses of Interface
com.atlassian.confluence.core.persistence.schema.api.SchemaComparisonService
-
Packages that use SchemaComparisonService Package Description com.atlassian.confluence.core.persistence.schema com.atlassian.confluence.core.persistence.schema.hibernate -
-
Uses of SchemaComparisonService in com.atlassian.confluence.core.persistence.schema
Constructors in com.atlassian.confluence.core.persistence.schema with parameters of type SchemaComparisonService Constructor Description StartupSchemaChecker(SchemaComparisonService schemaComparisonService, com.atlassian.event.api.EventPublisher eventPublisher, VersionHistoryDao versionHistoryDao, com.atlassian.tenancy.api.TenantAccessor tenantAccessor) -
Uses of SchemaComparisonService in com.atlassian.confluence.core.persistence.schema.hibernate
Classes in com.atlassian.confluence.core.persistence.schema.hibernate that implement SchemaComparisonService Modifier and Type Class Description classHibernateSchemaComparisonServiceAn implementation ofSchemaComparisonServicewhich uses the Hibernate mapping as the "expected" schema, and compares it with the actual database schema.
-