Uses of Interface
com.atlassian.confluence.core.persistence.schema.api.SchemaInformationService
-
Packages that use SchemaInformationService Package Description com.atlassian.confluence.core.persistence.schema.hibernate com.atlassian.confluence.upgrade.upgradetask -
-
Uses of SchemaInformationService in com.atlassian.confluence.core.persistence.schema.hibernate
Classes in com.atlassian.confluence.core.persistence.schema.hibernate that implement SchemaInformationService Modifier and Type Class Description classHibernateSchemaInformationServiceAn implementation ofSchemaInformationServicewhich uses the Hibernate SessionFactoryImplementor to get database related information.Constructors in com.atlassian.confluence.core.persistence.schema.hibernate with parameters of type SchemaInformationService Constructor Description HibernateSchemaComparisonService(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, HibernateMetadataSource metadataSource, SchemaInformationService dbSchemaInformationService) -
Uses of SchemaInformationService in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type SchemaInformationService Constructor Description UpdateSpacePermissionsIndexUpgradeTask(DdlExecutor ddlExecutor, SchemaInformationService dbSchemaInformationService)
-