com.atlassian.crowd.util.persistence.hibernate.batch
Interface BatchProcessor

All Known Implementing Classes:
AbstractBatchProcessor, Hibernate3BatchProcessor, Hibernate4BatchProcessor

public interface BatchProcessor

Threadsafe batch processor. This processor is essentially a heavyweight generic DAO for processing operations over a collection of entities. For more information on the implementation details, please see the javadoc for AbstractBatchProcessor.


Method Summary
<E extends Serializable>
BatchResult<E>
execute(HibernateOperation operation, Collection<E> objects)
           
 

Method Detail

execute

<E extends Serializable> BatchResult<E> execute(HibernateOperation operation,
                                                Collection<E> objects)


Copyright © 2013 Atlassian. All Rights Reserved.