Uses of Interface
com.atlassian.confluence.core.persistence.schema.api.SchemaComparisonService

Packages that use SchemaComparisonService
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
StartupSchemaChecker(SchemaComparisonService schemaComparisonService, com.atlassian.event.api.EventPublisher eventPublisher, VersionHistoryDao versionHistoryDao)
           
 

Uses of SchemaComparisonService in com.atlassian.confluence.core.persistence.schema.hibernate
 

Classes in com.atlassian.confluence.core.persistence.schema.hibernate that implement SchemaComparisonService
 class HibernateSchemaComparisonService
          An implementation of SchemaComparisonService which uses the Hibernate mapping as the "expected" schema, and compares it with the actual database schema.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.