public class Hibernate2BatchFinder
extends com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
Constructor and Description |
---|
Hibernate2BatchFinder(net.sf.hibernate.SessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterFind() |
protected void |
beforeFind() |
protected <E> Collection<E> |
processBatchFind(long directoryID,
Collection<String> names,
Class<E> persistentClass) |
public Hibernate2BatchFinder(net.sf.hibernate.SessionFactory sessionFactory)
protected void beforeFind()
beforeFind
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
protected void afterFind()
afterFind
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
protected <E> Collection<E> processBatchFind(long directoryID, Collection<String> names, Class<E> persistentClass)
processBatchFind
in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
Copyright © 2003–2016 Atlassian. All rights reserved.