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

Packages that use BatchResult
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.membership   
com.atlassian.crowd.model.principal   
com.atlassian.crowd.util.persistence.hibernate.batch   
 

Uses of BatchResult in com.atlassian.crowd.model.group
 

Methods in com.atlassian.crowd.model.group that return BatchResult
 BatchResult<Group> GroupDAOHibernate.addAll(long directoryId, Set<GroupTemplate> groups)
           
 BatchResult<Group> GroupDAO.addAll(long directoryId, Set<GroupTemplate> groups)
          Bulk add of users using JDBC batch support.
 

Uses of BatchResult in com.atlassian.crowd.model.membership
 

Methods in com.atlassian.crowd.model.membership that return BatchResult
 BatchResult<InternalMembership> MembershipDAOHibernate.addAll(Set<InternalMembership> memberships)
           
 BatchResult<InternalMembership> MembershipDAO.addAll(Set<InternalMembership> memberships)
           
 

Uses of BatchResult in com.atlassian.crowd.model.principal
 

Methods in com.atlassian.crowd.model.principal that return BatchResult
 BatchResult<User> UserDAOHibernate.addAll(long directoryId, Set<UserTemplateWithCredentialAndAttributes> users)
           
 BatchResult<User> UserDAO.addAll(long directoryId, Set<UserTemplateWithCredentialAndAttributes> users)
          Bulk add of users using JDBC batch support.
 

Uses of BatchResult in com.atlassian.crowd.util.persistence.hibernate.batch
 

Subclasses of BatchResult in com.atlassian.crowd.util.persistence.hibernate.batch
 class BatchResultWithIdReferences<T>
          Batch result that stores ID references of all the directory entities that were successfully processed by the batch.
 

Methods in com.atlassian.crowd.util.persistence.hibernate.batch that return BatchResult
<E extends Serializable>
BatchResult<E>
BatchProcessorImpl.merge(Collection<E> objects)
           
<E extends Serializable>
BatchResult<E>
BatchProcessor.merge(Collection<E> objects)
          Merge (almost SaveOrUpdate) a set of entities using Hibernate/JDBC batching.
<E extends Serializable>
BatchResult<E>
BatchProcessorImpl.replicate(Collection<E> objects, org.hibernate.ReplicationMode replicationMode)
           
<E extends Serializable>
BatchResult<E>
BatchProcessor.replicate(Collection<E> objects, org.hibernate.ReplicationMode replicationMode)
          Replicate a set of entities using Hibernate/JDBC batching.
<E extends Serializable>
BatchResult<E>
BatchProcessorImpl.saveOrUpdate(Collection<E> objects)
           
<E extends Serializable>
BatchResult<E>
BatchProcessor.saveOrUpdate(Collection<E> objects)
          Merge (almost SaveOrUpdate) a set of entities using Hibernate/JDBC batching.
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.