Class Hibernate6BatchFinder
java.lang.Object
com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
com.atlassian.crowd.util.persistence.hibernate.batch.hibernate6.Hibernate6BatchFinder
- All Implemented Interfaces:
BatchFinder
Hibernate 6 version of the
BatchFinder.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected <E> Collection<E> processBatchFind(long directoryID, Collection<String> names, Class<E> persistentClass) Methods inherited from class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
find, setBatchSize
-
Constructor Details
-
Hibernate6BatchFinder
public Hibernate6BatchFinder(org.hibernate.SessionFactory sessionFactory)
-
-
Method Details
-
afterFind
protected void afterFind()- Overrides:
afterFindin classAbstractBatchFinder
-
beforeFind
protected void beforeFind()- Overrides:
beforeFindin classAbstractBatchFinder
-
processBatchFind
protected <E> Collection<E> processBatchFind(long directoryID, Collection<String> names, Class<E> persistentClass) - Specified by:
processBatchFindin classAbstractBatchFinder
-