Uses of Class
com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
Package
Description
-
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore
ModifierConstructorDescriptionImportedObjectsDispatcherFactory
(ImportedObjectsStashFactory importedObjectsStashFactory, RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapperFactory idMapperFactory, StorageFormatUserRewriter storageFormatUserRewriter, AttachmentDataFileSystem attachmentDataFileSystem, AttachmentDaoInternal attachmentDaoInternal) -
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore.domain
Modifier and TypeMethodDescriptionstatic ImportedObjectV2
ImportedObjectV2.fromLegacyImportedObject
(ImportedObject legacyImportedObject, ExportableEntityInfo exportableEntityInfo, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper) -
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore.persisters
ModifierConstructorDescriptionDatabasePersister
(RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapper idMapper, OnObjectsProcessingHandler onObjectsProcessingHandler) -
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
ModifierConstructorDescriptionImportedObjectV1ToV2Converter
(Collection<ImportedObjectFilter> filters, Collection<ImportedObjectPreprocessor> preprocessors, HibernateMetadataHelper hibernateMetadataHelper, EntityInfoSqlHelper entityInfoSqlHelper)