Uses of Class
com.atlassian.confluence.internal.relations.dao.hibernate.Content2ContentHibernateRelationDao
-
Packages that use Content2ContentHibernateRelationDao Package Description com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport.impl com.atlassian.confluence.internal.relations -
-
Uses of Content2ContentHibernateRelationDao in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type Content2ContentHibernateRelationDao Modifier and Type Method Description void
SpaceBackupExporter. setContent2ContentHibernateRelationDao(Content2ContentHibernateRelationDao content2ContentHibernateRelationDao)
-
Uses of Content2ContentHibernateRelationDao in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type Content2ContentHibernateRelationDao Modifier and Type Method Description void
XmlExporter. setContent2ContentHibernateRelationDao(Content2ContentHibernateRelationDao content2ContentHibernateRelationDao)
Deprecated. -
Uses of Content2ContentHibernateRelationDao in com.atlassian.confluence.internal.relations
Constructors in com.atlassian.confluence.internal.relations with parameters of type Content2ContentHibernateRelationDao Constructor Description DefaultRelationManager(@NonNull Content2ContentHibernateRelationDao content2ContentHibernateRelationDao, @NonNull User2ContentHibernateRelationDao user2ContentHibernateRelationDao, @NonNull User2UserHibernateRelationDao user2UserHibernateRelationDao)
-