Interface PersonalInformationBulkDao
- All Known Implementing Classes:
HibernatePersonalInformationDao
,ReadThroughCachingPersonalInformationDao
public interface PersonalInformationBulkDao
A specialist DAO interface for bulk-fetching
PersonalInformation
entities.- Since:
- 5.10
-
Method Summary
Modifier and TypeMethodDescriptionbulkFetchPersonalInformation
(Collection<com.atlassian.sal.api.user.UserKey> userKeys) Bulk-fetch thePersonalInformation
entities for the given collection ofUserKey
s.
-
Method Details
-
bulkFetchPersonalInformation
Collection<PersonalInformation> bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys) Bulk-fetch thePersonalInformation
entities for the given collection ofUserKey
s.- Returns:
- a collection containing at-most one
PersonalInformation
object for each user
-