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 thePersonalInformationentities for the given collection ofUserKeys.
-
Method Details
-
bulkFetchPersonalInformation
Collection<PersonalInformation> bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys) Bulk-fetch thePersonalInformationentities for the given collection ofUserKeys.- Returns:
- a collection containing at-most one
PersonalInformationobject for each user
-