Uses of Class
com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
-
-
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type EntityInfoSqlHelper Constructor Description SpaceRestoreService(BackupContainerReaderFactory backupContainerReaderFactory, org.hibernate.SessionFactory sessionFactory, ImportedObjectsStashFactory importedObjectsStashFactory, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper) -
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore.container
Methods in com.atlassian.confluence.impl.backuprestore.restore.container with parameters of type EntityInfoSqlHelper Modifier and Type Method Description BackupContainerReaderBackupContainerReaderFactory. createSpaceBackupContainerReader(File file, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper)BackupContainerReaderBackupContainerReaderFactoryImpl. createSpaceBackupContainerReader(File file, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper)Constructors in com.atlassian.confluence.impl.backuprestore.restore.container with parameters of type EntityInfoSqlHelper Constructor Description XMLBackupContainerReader(File file, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper) -
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore.dao
Constructors in com.atlassian.confluence.impl.backuprestore.restore.dao with parameters of type EntityInfoSqlHelper 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 EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore.domain
Methods in com.atlassian.confluence.impl.backuprestore.restore.domain with parameters of type EntityInfoSqlHelper Modifier and Type Method Description static ImportedObjectV2ImportedObjectV2. fromLegacyImportedObject(ImportedObject legacyImportedObject, ExportableEntityInfo exportableEntityInfo, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper)
-