Uses of Class
com.atlassian.crowd.util.persistence.hibernate.batch.BatchResultWithIdReferences

Packages that use BatchResultWithIdReferences
com.atlassian.crowd.dao.group   
com.atlassian.crowd.dao.user   
 

Uses of BatchResultWithIdReferences in com.atlassian.crowd.dao.group
 

Methods in com.atlassian.crowd.dao.group that return BatchResultWithIdReferences
 BatchResultWithIdReferences<Group> InternalGroupDao.addAll(java.util.Collection<InternalGroupWithAttributes> groups)
          Bulk add of groups and their attributes.
 

Uses of BatchResultWithIdReferences in com.atlassian.crowd.dao.user
 

Methods in com.atlassian.crowd.dao.user that return BatchResultWithIdReferences
 BatchResultWithIdReferences<User> InternalUserDao.addAll(java.util.Collection<UserTemplateWithCredentialAndAttributes> users)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.