Uses of Class
com.atlassian.confluence.impl.core.persistence.hibernate.schema.ConfluenceSchemaHelper
-
Packages that use ConfluenceSchemaHelper Package Description com.atlassian.confluence.core.persistence.schema.hibernate com.atlassian.confluence.impl.core.persistence.hibernate.schema com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup.com.atlassian.confluence.upgrade.impl -
-
Uses of ConfluenceSchemaHelper in com.atlassian.confluence.core.persistence.schema.hibernate
Constructors in com.atlassian.confluence.core.persistence.schema.hibernate with parameters of type ConfluenceSchemaHelper Constructor Description HibernateSchemaComparisonService(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, ConfluenceSchemaHelper schemaHelper)Deprecated. -
Uses of ConfluenceSchemaHelper in com.atlassian.confluence.impl.core.persistence.hibernate.schema
Constructors in com.atlassian.confluence.impl.core.persistence.hibernate.schema with parameters of type ConfluenceSchemaHelper Constructor Description ConfluenceSchemaCreator(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager txManager, HibernateMetadataSource metadataSource, DdlExecutor ddlExecutor, ConfluenceSchemaHelper schemaHelper) -
Uses of ConfluenceSchemaHelper in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ConfluenceSchemaHelper Modifier and Type Method Description voidBackupImporter. setSchemaHelper(ConfluenceSchemaHelper schemaHelper)Deprecated. -
Uses of ConfluenceSchemaHelper in com.atlassian.confluence.upgrade.impl
Methods in com.atlassian.confluence.upgrade.impl with parameters of type ConfluenceSchemaHelper Modifier and Type Method Description voidDefaultUpgradeManager. setSchemaHelper(ConfluenceSchemaHelper schemaHelper)
-