Uses of Interface
com.atlassian.crowd.util.persistence.hibernate.batch.BatchFinder

Packages that use BatchFinder
com.atlassian.crowd.util.persistence.hibernate   
com.atlassian.crowd.util.persistence.hibernate.batch   
com.atlassian.crowd.util.persistence.hibernate.batch.hibernate3   
 

Uses of BatchFinder in com.atlassian.crowd.util.persistence.hibernate
 

Fields in com.atlassian.crowd.util.persistence.hibernate declared as BatchFinder
protected  BatchFinder HibernateDao.batchFinder
           
 

Methods in com.atlassian.crowd.util.persistence.hibernate with parameters of type BatchFinder
 void HibernateDao.setBatchFinder(BatchFinder batchFinder)
           
 

Uses of BatchFinder in com.atlassian.crowd.util.persistence.hibernate.batch
 

Classes in com.atlassian.crowd.util.persistence.hibernate.batch that implement BatchFinder
 class AbstractBatchFinder
          Abstract implementation of the batch finder, sub classes should extend this implementation with an implementation of AbstractBatchFinder.processBatchFind(long, java.util.Collection, Class) which performs the hibernate version specific search.
 

Uses of BatchFinder in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate3
 

Classes in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate3 that implement BatchFinder
 class Hibernate3BatchFinder
          Hibernate 3 version of the BatchFinder.
 



Copyright © 2012 Atlassian. All Rights Reserved.