Uses of Class
com.atlassian.confluence.impl.backuprestore.restore.EntityInfoSqlHelper
Packages that use EntityInfoSqlHelper
Package
Description
-
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type EntityInfoSqlHelperModifierConstructorDescriptionImportedObjectsDispatcherFactory
(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
Methods in com.atlassian.confluence.impl.backuprestore.restore.domain with parameters of type EntityInfoSqlHelperModifier and TypeMethodDescriptionstatic ImportedObjectV2
ImportedObjectV2.fromLegacyImportedObject
(ImportedObject legacyImportedObject, ExportableEntityInfo exportableEntityInfo, EntityInfoSqlHelper entityInfoSqlHelper, HibernateMetadataHelper hibernateMetadataHelper) -
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore.persisters
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type EntityInfoSqlHelperModifierConstructorDescriptionDatabasePersister
(RestoreDao restoreDao, EntityInfoSqlHelper entityInfoSqlHelper, IdMapper idMapper, OnObjectsProcessingHandler onObjectsProcessingHandler) -
Uses of EntityInfoSqlHelper in com.atlassian.confluence.impl.backuprestore.restore.preprocessing
Constructors in com.atlassian.confluence.impl.backuprestore.restore.preprocessing with parameters of type EntityInfoSqlHelperModifierConstructorDescriptionImportedObjectV1ToV2Converter
(Collection<ImportedObjectFilter> filters, Collection<ImportedObjectPreprocessor> preprocessors, HibernateMetadataHelper hibernateMetadataHelper, EntityInfoSqlHelper entityInfoSqlHelper)