Uses of Class
com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfoFactory
-
-
Uses of ExportableEntityInfoFactory in com.atlassian.confluence.impl.backuprestore.backup
Constructors in com.atlassian.confluence.impl.backuprestore.backup with parameters of type ExportableEntityInfoFactory Constructor Description SiteBackupService(ImportExportManager importExportManager, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.PlatformTransactionManager platformTransactionManager, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, BackupContainerWriterFactory backupContainerWriterFactory, BackupRestoreProviderManager backupRestoreProviderManager, com.atlassian.event.api.EventPublisher eventPublisher, ExportableEntityInfoFactory exportableEntityInfoFactory)SpaceBackupService(@NotNull ImportExportManager importExportManager, @NotNull SpaceDao spaceDao, @NotNull org.hibernate.SessionFactory sessionFactory, @NotNull com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, @NotNull org.springframework.transaction.PlatformTransactionManager platformTransactionManager, @NotNull BackupContainerWriterFactory backupContainerWriterFactory, @NotNull SpaceExportersFactory spaceExportersFactory, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull ExportableEntityInfoFactory exportableEntityInfoFactory) -
Uses of ExportableEntityInfoFactory in com.atlassian.confluence.impl.backuprestore.hibernate
Constructors in com.atlassian.confluence.impl.backuprestore.hibernate with parameters of type ExportableEntityInfoFactory Constructor Description HibernateMetadataHelper(ExportableEntityInfoFactory exportableEntityInfoFactory, org.hibernate.SessionFactory sessionFactory, boolean realReferenceClassesUsedInExport) -
Uses of ExportableEntityInfoFactory in com.atlassian.confluence.impl.backuprestore.restore
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type ExportableEntityInfoFactory Constructor Description RestoreService(org.hibernate.SessionFactory sessionFactory, BackupContainerReaderFactory backupContainerReaderFactory, ImportedObjectsDispatcherFactory importedObjectsDispatcherFactory, ExportableEntityInfoFactory exportableEntityInfoFactory)
-