@ParametersAreNonnullByDefault
Interface | Description |
---|---|
ImageDetailsPrefetchDao |
Provides a mechanism to prefetch imagde details entities.
|
PersonalInformationBulkDao |
A specialist DAO interface for bulk-fetching
PersonalInformation entities. |
ResourceIdentifierExtractor | |
ResourcePrefetcher<T extends ResourceIdentifier> | |
UserPrefetcher.PrefetchDao |
Rather 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. |
Class | Description |
---|---|
AttachmentPrefetcher |
Responsible for pre-fetching attachments and storing them in the conversion context for later retrieval by the
rendering pipeline.
|
ContentResourcePrefetcher |
A utility for pre-fetching and caching any resource identifier found in a piece of content.
|
ResourceIdentifiers | |
UserPrefetcher |
An implementation of
ResourcePrefetcher for UserResourceIdentifier s. |
Copyright © 2003–2021 Atlassian. All rights reserved.