Uses of Interface
com.atlassian.crowd.util.persistence.hibernate.batch.StatelessSessionBatchProcessor
Packages that use StatelessSessionBatchProcessor
Package
Description
-
Uses of StatelessSessionBatchProcessor in com.atlassian.crowd.util.persistence.hibernate
Fields in com.atlassian.crowd.util.persistence.hibernate declared as StatelessSessionBatchProcessorModifier and TypeFieldDescriptionprotected StatelessSessionBatchProcessor
HibernateDao.statelessSessionBatchProcessor
Methods in com.atlassian.crowd.util.persistence.hibernate with parameters of type StatelessSessionBatchProcessorModifier and TypeMethodDescriptionvoid
HibernateDao.setStatelessSessionBatchProcessor
(StatelessSessionBatchProcessor statelessSessionBatchProcessor) -
Uses of StatelessSessionBatchProcessor in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5
Classes in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate5 that implement StatelessSessionBatchProcessorModifier and TypeClassDescriptionclass
This is the Hibernate 5 implementation of the batch processor. -
Uses of StatelessSessionBatchProcessor in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate6
Classes in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate6 that implement StatelessSessionBatchProcessorModifier and TypeClassDescriptionclass
This is the Hibernate 6 implementation of the batch processor.