Package | Description |
---|---|
com.atlassian.crowd.util.persistence.hibernate | |
com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5 |
Modifier and Type | Field and Description |
---|---|
protected SessionBatchProcessor |
HibernateDao.batchProcessor |
Modifier and Type | Method and Description |
---|---|
void |
HibernateDao.setBatchProcessor(SessionBatchProcessor batchProcessor) |
Modifier and Type | Class and Description |
---|---|
class |
Hibernate5BatchProcessor
The Hibernate 4 implementation of the batch processor runs each collection in a new session, and each batch in
a separate transaction.
|
Copyright © 2020 Atlassian. All rights reserved.