Interface PersonalInformationBulkDao
- 
- All Known Implementing Classes:
- HibernatePersonalInformationDao,- ReadThroughCachingPersonalInformationDao
 
 public interface PersonalInformationBulkDaoA specialist DAO interface for bulk-fetchingPersonalInformationentities.- Since:
- 5.10
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<PersonalInformation>bulkFetchPersonalInformation(Collection<com.atlassian.sal.api.user.UserKey> userKeys)Bulk-fetch thePersonalInformationentities for the given collection ofUserKeys.
 
- 
- 
- 
Method Detail- 
bulkFetchPersonalInformationCollection<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
 
 
- 
 
-