Uses of Interface
com.atlassian.crowd.util.persistence.hibernate.batch.SessionBatchProcessor
Packages that use SessionBatchProcessor
Package
Description
-
Uses of SessionBatchProcessor in com.atlassian.crowd.util.persistence.hibernate
Fields in com.atlassian.crowd.util.persistence.hibernate declared as SessionBatchProcessorMethods in com.atlassian.crowd.util.persistence.hibernate with parameters of type SessionBatchProcessorModifier and TypeMethodDescriptionvoidHibernateDao.setBatchProcessor(SessionBatchProcessor batchProcessor) -
Uses of SessionBatchProcessor in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5
Classes in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5 that implement SessionBatchProcessorModifier and TypeClassDescriptionclassThe Hibernate 4 implementation of the batch processor runs each collection in a new session, and each batch in a separate transaction.