Package com.atlassian.crowd.util.persistence.hibernate.batch

Interface Summary
BatchFinder Performs a named query against crowd data with the ability to split up the related IN clause.
BatchProcessor Threadsafe batch processor.
HibernateOperation  
 

Class Summary
AbstractBatchFinder Abstract implementation of the batch finder, sub classes should extend this implementation with an implementation of AbstractBatchFinder.processBatchFind(long, java.util.Collection, Class) which performs the hibernate version specific search.
AbstractBatchProcessor Threadsafe batch processor.
BatchResultWithIdReferences<T> Batch result that stores ID references of all the directory entities that were successfully processed by the batch.
TransactionGroup<T extends Serializable,E extends Serializable> A group of objects that are to be committed in one transaction.
 



Copyright © 2013 Atlassian. All Rights Reserved.