| Interface | Description |
|---|---|
| BatchFinder |
Performs a named query against crowd data with the ability to split up the related IN clause.
|
| BatchProcessor<S> |
Threadsafe batch processor.
|
| BulkAuditMapper<T> |
Allows mapping a collection of entities processes by a
BatchProcessor
to a list of audit log changesets, to be persisted to generate an audit trail for the operation. |
| HibernateOperation<S> |
Hibernate specific batch operation abstraction, shared between hibernate 2 (Confluence) and 4 (Crowd).
|
| SessionBatchProcessor |
A concrete subinterface of
BatchProcessor that reifies the Session generic. |
| StatelessSessionBatchProcessor |
A concrete subinterface of
BatchProcessor that reifies the StatelessSession generic. |
| Class | Description |
|---|---|
| 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<S> |
Thread-safe batch processor.
|
| BatchConfigParser | |
| BatchResultWithIdReferences<T> |
Batch result that stores ID references of all the directory entities that were
successfully processed by the batch.
|
| NoopAuditMapper<T> | |
| TransactionGroup<T extends Serializable,E extends Serializable> |
A group of objects that are to be committed in one transaction.
|
| TransactionGroup.Builder<T extends Serializable,E extends Serializable> |
Copyright © 2024 Atlassian. All rights reserved.