Class BatchResultWithIdReferences<T>

java.lang.Object
com.atlassian.crowd.util.BatchResult<T>
com.atlassian.crowd.util.persistence.hibernate.batch.BatchResultWithIdReferences<T>

public class BatchResultWithIdReferences<T> extends BatchResult<T>
Batch result that stores ID references of all the directory entities that were successfully processed by the batch.
  • Constructor Details

    • BatchResultWithIdReferences

      public BatchResultWithIdReferences(int totalEntities)
  • Method Details