Uses of Interface
com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation
Packages that use HibernateOperation
-
Uses of HibernateOperation in com.atlassian.crowd.util.persistence.hibernate.batch
Methods in com.atlassian.crowd.util.persistence.hibernate.batch with parameters of type HibernateOperationModifier and TypeMethodDescriptionfinal <E> BatchResult<E>AbstractBatchProcessor.execute(HibernateOperation<S> op, Collection<E> objects) final <E> BatchResult<E>AbstractBatchProcessor.execute(HibernateOperation<S> op, Collection<E> objects, BulkAuditMapper<E> bulkAuditMapper) The set is first divided into smaller sets ofbatchSize.<E> BatchResult<E>BatchProcessor.execute(HibernateOperation<S> operation, Collection<E> objects) <E> BatchResult<E>BatchProcessor.execute(HibernateOperation<S> operation, Collection<E> objects, BulkAuditMapper<E> bulkAuditMapper)