Uses of Class
com.atlassian.confluence.impl.backuprestore.restore.dao.RestoreDao
-
-
Uses of RestoreDao in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type RestoreDao Constructor Description SpaceRestoreService(BackupContainerReaderFactory backupContainerReaderFactory, org.hibernate.SessionFactory sessionFactory, ImportedObjectsStashFactory importedObjectsStashFactory, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper) -
Uses of RestoreDao in com.atlassian.confluence.impl.backuprestore.restore.dao
Constructors in com.atlassian.confluence.impl.backuprestore.restore.dao with parameters of type RestoreDao Constructor Description DatabasePersister(ParallelTasksExecutor parallelTasksExecutor, RestoreDao restoreDao, IdMapper idMapper, EntityInfoSqlHelper entityInfoSqlHelper)DatabasePersister(ParallelTasksExecutor parallelTasksExecutor, RestoreDao restoreDao, IdMapper idMapper, EntityInfoSqlHelper entityInfoSqlHelper, int batchSize)Provides an ability to change batch size for tests. -
Uses of RestoreDao in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Constructors in com.atlassian.confluence.impl.backuprestore.restore.idmapping with parameters of type RestoreDao Constructor Description IdMapper(PersistedObjectsRegister persistedObjectsRegister, RestoreDao restoreDao)
-