Modifier and Type | Method and Description |
---|---|
protected <T> void |
GenericMapper.addEntities(List<T> entitiesToPersist,
HibernateOperation<org.hibernate.Session> hibernateOperation)
Replicates a collection of Hibernate persistable entities using the batch processor.
|
Modifier and Type | Method and Description |
---|---|
<E> BatchResult<E> |
AbstractBatchProcessor.execute(HibernateOperation<S> op,
Collection<E> objects) |
<E> BatchResult<E> |
BatchProcessor.execute(HibernateOperation<S> operation,
Collection<E> objects) |
<E> BatchResult<E> |
AbstractBatchProcessor.execute(HibernateOperation<S> op,
Collection<E> objects,
BulkAuditMapper<E> bulkAuditMapper)
The set is first divided into smaller sets of
batchSize . |
<E> BatchResult<E> |
BatchProcessor.execute(HibernateOperation<S> operation,
Collection<E> objects,
BulkAuditMapper<E> bulkAuditMapper) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteOperation
Hibernate Operation to delete entities in batch
|
class |
MergeOperation
Hibernate Operation to merge entities in batch
|
class |
RemoveGroupOperation
An operation to remove a group and its related information such as members, memberships, and attributes.
|
class |
RemoveUserOperation
An operation to remove a user and its related information such as memberships and attributes.
|
class |
ReplicateOperation
Hibernate Operation to replicate entities in batch
|
class |
StatelessInsertOperation |
Copyright © 2019 Atlassian. All rights reserved.