Uses of Package
com.atlassian.confluence.impl.content.render.prefetch
Packages that use com.atlassian.confluence.impl.content.render.prefetch
Package
Description
-
Classes in com.atlassian.confluence.impl.content.render.prefetch used by com.atlassian.confluence.content.render.xhtmlClassDescriptionA utility for pre-fetching and caching any resource identifier found in a piece of content.
-
Classes in com.atlassian.confluence.impl.content.render.prefetch used by com.atlassian.confluence.impl.content.render.prefetchClassDescriptionProvides a mechanism to prefetch imagde details entities.A specialist DAO interface for bulk-fetching
PersonalInformation
entities.Rather than use something likeInternalUserDao.findByNames(long, Collection)
to perform bulk load and pre-caching we define a more narrow interface that returns only the user count, rather than the user collection. -
-
Classes in com.atlassian.confluence.impl.content.render.prefetch used by com.atlassian.confluence.impl.user.crowdClassDescriptionRather than use something like
InternalUserDao.findByNames(long, Collection)
to perform bulk load and pre-caching we define a more narrow interface that returns only the user count, rather than the user collection. -
Classes in com.atlassian.confluence.impl.content.render.prefetch used by com.atlassian.confluence.impl.user.persistence.dao
-
-
Classes in com.atlassian.confluence.impl.content.render.prefetch used by com.atlassian.confluence.user.persistence.dao.hibernate