Uses of Class
com.atlassian.confluence.impl.backuprestore.hibernate.ExportableEntityInfo
-
-
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return ExportableEntityInfo Modifier and Type Method Description ExportableEntityInfoBandanaDataExporter. getEntityInfo()ExportableEntityInfoBandanaDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoConfluenceUserDataExporter. getEntityInfo()ExportableEntityInfoConfluenceUserDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoContentEntityDatabaseDataExporter. getEntityInfo()ExportableEntityInfoContentEntityDatabaseDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoContentPropertyDataExporter. getEntityInfo()ExportableEntityInfoContentPropertyDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoExporter. getEntityInfo()Returns default entity info for persister.ExportableEntityInfoExporter. getEntityInfo(Class<?> exportedClass)Returns default entity info for the particular class.ExportableEntityInfoLabellingExporter. getEntityInfo()ExportableEntityInfoLabellingExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoNotificationDatabaseDataExporter. getEntityInfo()ExportableEntityInfoNotificationDatabaseDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoSimpleEntityExporter. getEntityInfo()ExportableEntityInfoSimpleEntityExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoSingleDependencyGenericExporter. getEntityInfo()ExportableEntityInfoSingleDependencyGenericExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoSpaceDatabaseDataExporter. getEntityInfo()ExportableEntityInfoSpaceDatabaseDataExporter. getEntityInfo(Class<?> exportedClass)ExportableEntityInfoDatabaseExporterHelper. getEntityInfoByClass(Class<?> entityClazz)Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return types with arguments of type ExportableEntityInfo Modifier and Type Method Description static List<ExportableEntityInfo>ExporterCreatorHelper. cutAllContentEntityInfos(Set<ExportableEntityInfo> exportableEntities)Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ExportableEntityInfo Modifier and Type Method Description protected StringSingleDependencyGenericExporter. buildQuery(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)GenericSiteExporterExporterFactory. createGenericSiteExporter(ExportableEntityInfo entityInfo)Creates a generic site exporter works for most of the tables.protected static List<HibernateField>SingleDependencyGenericExporter. getAllExternalReferencesExceptSimpleOnes(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)intDatabaseExporterHelper. getBatchSize(ExportableEntityInfo entityInfo)protected Class<?>SingleDependencyGenericExporter. getMonitoredClass(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)static booleanSimpleEntityExporter. isSuitableForExporter(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)static booleanSingleDependencyGenericExporter. isSuitableForExporter(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities)Returns true when the entity type has only one external reference (except the single ones).Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters with type arguments of type ExportableEntityInfo Modifier and Type Method Description GenericSiteExporterExporterFactory. createContentSiteExporter(List<ExportableEntityInfo> allContentEntityInfos)Creates a custom exporter for the whole CONTENT table.static List<ExportableEntityInfo>ExporterCreatorHelper. cutAllContentEntityInfos(Set<ExportableEntityInfo> exportableEntities)Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ExportableEntityInfo Constructor Description BandanaDataExporter(ExportableEntityInfo entityInfo, CommonDatabaseDataExporter exporter)LabellingExporter(ExportableEntityInfo entityInfo, CommonDatabaseDataExporter exporter)NotificationDatabaseDataExporter(ExportableEntityInfo entityInfo, CommonDatabaseDataExporter exporter)SingleDependencyGenericExporter(CommonDatabaseDataExporter commonExporter, ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities) -
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters that return ExportableEntityInfo Modifier and Type Method Description ExportableEntityInfoAbstractDatabaseDataConverter. getEntityInfo()ExportableEntityInfoAbstractDatabaseDataConverter. getEntityInfo(Class<?> entityClass)Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with parameters of type ExportableEntityInfo Constructor Description AbstractDatabaseDataConverter(ExportableEntityInfo entityInfo, HibernateMetadataHelper hibernateMetadataHelper)CommonDatabaseDataConverter(ExportableEntityInfo entityInfo, HibernateMetadataHelper hibernateMetadataHelper)ContentPropertyDataConverter(ExportableEntityInfo entityInfo, HibernateMetadataHelper hibernateMetadataHelper)Constructor parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with type arguments of type ExportableEntityInfo Constructor Description AbstractDatabaseDataConverter(Collection<ExportableEntityInfo> entityInfos, HibernateMetadataHelper hibernateMetadataHelper)ContentEntityDatabaseDataConverter(Collection<ExportableEntityInfo> entityInfos, HibernateMetadataHelper hibernateMetadataHelper) -
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.backup.exporters.site
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters.site that return ExportableEntityInfo Modifier and Type Method Description ExportableEntityInfoGenericSiteExporter. getEntityInfo()ExportableEntityInfoGenericSiteExporter. getEntityInfo(Class<?> exportedClass) -
Uses of ExportableEntityInfo in com.atlassian.confluence.impl.backuprestore.hibernate
Methods in com.atlassian.confluence.impl.backuprestore.hibernate that return ExportableEntityInfo Modifier and Type Method Description ExportableEntityInfoHibernateMetadataHelper. getEntityInfoByClass(Class<?> clazz)Methods in com.atlassian.confluence.impl.backuprestore.hibernate that return types with arguments of type ExportableEntityInfo Modifier and Type Method Description Map<javax.persistence.metamodel.EntityType<?>,ExportableEntityInfo>HibernateMetadataHelper. getAllExportableEntities()
-