public class Hibernate2BatchProcessor
extends com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
Constructor and Description |
---|
Hibernate2BatchProcessor(Hibernate2SessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterProcessBatch() |
protected void |
afterProcessCollection() |
protected void |
afterProcessIndividual() |
protected void |
beforeProcessBatch() |
protected void |
beforeProcessCollection() |
protected void |
beforeProcessIndividual() |
net.sf.hibernate.Session |
getSession() |
protected void |
rollbackProcessBatch() |
protected void |
rollbackProcessIndividual() |
public Hibernate2BatchProcessor(Hibernate2SessionFactory sessionFactory)
protected void beforeProcessCollection()
beforeProcessCollection
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
protected void afterProcessCollection()
afterProcessCollection
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
protected void beforeProcessBatch()
beforeProcessBatch
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
protected void afterProcessBatch()
afterProcessBatch
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
protected void rollbackProcessBatch()
rollbackProcessBatch
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
protected void beforeProcessIndividual()
beforeProcessIndividual
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
protected void afterProcessIndividual()
afterProcessIndividual
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
protected void rollbackProcessIndividual()
rollbackProcessIndividual
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
public net.sf.hibernate.Session getSession()
getSession
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor<net.sf.hibernate.Session>
Copyright © 2003–2020 Atlassian. All rights reserved.