Uses of Class
com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
-
Packages that use EntityInfoSqlHelper Package Description com.atlassian.confluence.impl.backuprestore.restore.dao com.atlassian.confluence.impl.backuprestore.restore.domain -
-
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)
-