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