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

All Known Implementing Classes:
AbstractBatchProcessor

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 java.io.Serializable>
BatchResult<E>
execute(HibernateOperation operation, java.util.Collection<E> objects)
           
 

Method Detail

execute

<E extends java.io.Serializable> BatchResult<E> execute(HibernateOperation operation,
                                                        java.util.Collection<E> objects)


Copyright © 2012 Atlassian. All Rights Reserved.