com.atlassian.crowd.util.persistence.hibernate.batch
Interface BatchProcessor<S>

All Known Implementing Classes:
AbstractBatchProcessor

public interface BatchProcessor<S>

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<S> operation, Collection<E> objects)
           
 

Method Detail

execute

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


Copyright © 2016 Atlassian. All Rights Reserved.