Uses of Interface
com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation
Package
Description
-
Uses of HibernateOperation in com.atlassian.crowd.migration
Modifier and TypeMethodDescriptionprotected <T> void
GenericMapper.addEntities
(List<T> entitiesToPersist, HibernateOperation<org.hibernate.Session> hibernateOperation) Replicates a collection of Hibernate persistable entities using the batch processor. -
Uses of HibernateOperation in com.atlassian.crowd.util.persistence.hibernate.batch
Modifier 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) -
Uses of HibernateOperation in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5.operation
Modifier and TypeClassDescriptionclass
Hibernate Operation to delete entities in batchclass
Hibernate Operation to merge entities in batchclass
An operation to remove a group and its related information such as members, memberships, and attributes.class
An operation to remove a user and its related information such as memberships and attributes.class
Hibernate Operation to replicate entities in batchclass
class