Uses of Class
com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Packages that use AbstractBatchProcessor
-
Uses of AbstractBatchProcessor in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5
Subclasses of AbstractBatchProcessor in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5Modifier and TypeClassDescriptionclassAbstractHibernateBatchProcessor<T extends org.hibernate.SharedSessionContract>classThe Hibernate 4 implementation of the batch processor runs each collection in a new session, and each batch in a separate transaction.classThis is the Hibernate 5 implementation of the batch processor.