Uses of Interface
com.atlassian.confluence.core.persistence.hibernate.ExporterAnyTypeDao
-
Packages that use ExporterAnyTypeDao Package Description com.atlassian.confluence.core.persistence.hibernate com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport.impl -
-
Uses of ExporterAnyTypeDao in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement ExporterAnyTypeDao Modifier and Type Class Description classHibernateAnyTypeDaoDeprecated.since 7.17.0. -
Uses of ExporterAnyTypeDao in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type ExporterAnyTypeDao Modifier and Type Method Description voidSiteBackupExporter. setAnyTypeDao(ExporterAnyTypeDao anyTypeDao) -
Uses of ExporterAnyTypeDao in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type ExporterAnyTypeDao Modifier and Type Method Description voidBackupExporter. setAnyTypeDao(ExporterAnyTypeDao anyTypeDao)Deprecated.
-