Uses of Interface
com.atlassian.confluence.spring.transaction.interceptor.TransactionalHostContextAccessor
Packages that use TransactionalHostContextAccessor
Package
Description
- 
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.plugin
Constructors in com.atlassian.confluence.plugin with parameters of type TransactionalHostContextAccessorModifierConstructorDescriptionDatabasePluginScanner(PluginDataDao pluginDataDao, File workDir, TransactionalHostContextAccessor hostContextAccessor) protectedDatabasePluginScanner(PluginDataDao pluginDataDao, File workDir, TransactionalHostContextAccessor hostContextAccessor, Supplier<Boolean> isDatabaseConfigured)  - 
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type TransactionalHostContextAccessorModifierConstructorDescriptionContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, TransactionalHostContextAccessor hostContextAccessor, DraftManager draftManager) TransactionWrappingFinder(SingleFetcher<T> singleFetcherDelegate, ManyFetcher<T> manyFetcherDelegate, TransactionalHostContextAccessor hostContextAccessor)  - 
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Constructors in com.atlassian.confluence.plugins.contentproperty.spaceproperty with parameters of type TransactionalHostContextAccessorModifierConstructorDescriptionSpacePropertyFinderFactory(CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, SpaceService spaceService, PaginationService paginationService, TransactionalHostContextAccessor hostContextAccessor)  - 
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.plugins.contentproperty.transaction
Constructors in com.atlassian.confluence.plugins.contentproperty.transaction with parameters of type TransactionalHostContextAccessorModifierConstructorDescriptionThrowingTransactionTemplate(TransactionalHostContextAccessor hostContextAccessor)  - 
Uses of TransactionalHostContextAccessor in com.atlassian.confluence.spring.transaction.interceptor
Classes in com.atlassian.confluence.spring.transaction.interceptor that implement TransactionalHostContextAccessor