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 ImportedObjectsDispatcherFactory(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 EntityInfoSqlHelper Modifier and Type Method Description static ImportedObjectV2ImportedObjectV2. 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 EntityInfoSqlHelper Constructor Description DatabasePersister(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 EntityInfoSqlHelper Constructor Description ImportedObjectV1ToV2Converter(Collection<ImportedObjectFilter> filters, Collection<ImportedObjectPreprocessor> preprocessors, HibernateMetadataHelper hibernateMetadataHelper, EntityInfoSqlHelper entityInfoSqlHelper) 
 -