Uses of Interface
com.atlassian.confluence.impl.content.render.prefetch.UserPrefetcher.PrefetchDao
-
Packages that use UserPrefetcher.PrefetchDao Package Description com.atlassian.confluence.impl.content.render.prefetch com.atlassian.confluence.impl.user.crowd -
-
Uses of UserPrefetcher.PrefetchDao in com.atlassian.confluence.impl.content.render.prefetch
Constructors in com.atlassian.confluence.impl.content.render.prefetch with parameters of type UserPrefetcher.PrefetchDao Constructor Description UserPrefetcher(PersonalInformationBulkDao personalInformationBulkDao, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.crowd.embedded.api.ApplicationFactory crowdApplicationFactory, UserPrefetcher.PrefetchDao crowdUserDao)
-
Uses of UserPrefetcher.PrefetchDao in com.atlassian.confluence.impl.user.crowd
Classes in com.atlassian.confluence.impl.user.crowd that implement UserPrefetcher.PrefetchDao Modifier and Type Class Description class
CachedCrowdUserDao
A caching decorator for an InternalUserDao.
-