Uses of Class
com.atlassian.confluence.impl.hibernate.HibernateSessionManager5
-
Packages that use HibernateSessionManager5 Package Description com.atlassian.confluence.impl.content com.atlassian.confluence.impl.event com.atlassian.confluence.impl.hibernate com.atlassian.confluence.spaces -
-
Uses of HibernateSessionManager5 in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type HibernateSessionManager5 Constructor Description DefaultPageManager(PageDaoInternal pageDao, AttachmentManager attachmentManager, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory)
Deprecated.since 8.0.0DefaultPageManager(PageDaoInternal pageDao, AttachmentManager attachmentManager, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, LinksUpdater linksUpdater, SpacePermissionManager spacePermissionManager, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, ContentPropertyService contentPropertyService)
-
Uses of HibernateSessionManager5 in com.atlassian.confluence.impl.event
Constructors in com.atlassian.confluence.impl.event with parameters of type HibernateSessionManager5 Constructor Description BatchingMultiEventPublisher5(HibernateSessionManager5 hibernateSessionManager, org.hibernate.SessionFactory sessionFactory, com.atlassian.event.api.EventPublisher delegate)
-
Uses of HibernateSessionManager5 in com.atlassian.confluence.impl.hibernate
Constructors in com.atlassian.confluence.impl.hibernate with parameters of type HibernateSessionManager5 Constructor Description SimpleHibernateBatchOperationManager5(HibernateSessionManager5 sessionManager)
-
Uses of HibernateSessionManager5 in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces with parameters of type HibernateSessionManager5 Modifier and Type Method Description void
DefaultSpaceManager. setHibernateSessionManager(HibernateSessionManager5 hibernateSessionManager)
-