Uses of Interface
org.compass.gps.device.hibernate.indexer.HibernateIndexEntitiesIndexer

Packages that use HibernateIndexEntitiesIndexer
org.compass.gps.device.hibernate   
org.compass.gps.device.hibernate.indexer   
 

Uses of HibernateIndexEntitiesIndexer in org.compass.gps.device.hibernate
 

Methods in org.compass.gps.device.hibernate with parameters of type HibernateIndexEntitiesIndexer
 void HibernateGpsDevice.setEntitiesIndexer(HibernateIndexEntitiesIndexer entitiesIndexer)
          Sets a custom entities indexer allowing to control the indexing process.
 

Uses of HibernateIndexEntitiesIndexer in org.compass.gps.device.hibernate.indexer
 

Classes in org.compass.gps.device.hibernate.indexer that implement HibernateIndexEntitiesIndexer
 class PaginationHibernateIndexEntitiesIndexer
          A Hibernate indexer uses Hibernate pagination using setFirstResult and setMaxResults.
 class ScrollableHibernateIndexEntitiesIndexer
          A Hibernate indexer uses Hibernate ScrollableResults to index the database instead of using setFirstResult and setMaxResults.
 



Copyright (c) 2004-2008 The Compass Project.