Uses of Interface
org.compass.gps.spi.CompassGpsInterfaceDevice

Packages that use CompassGpsInterfaceDevice
org.compass.gps.device   
org.compass.gps.device.hibernate.lifecycle   
org.compass.gps.device.jdbc.snapshot   
org.compass.gps.device.jpa.embedded   
org.compass.gps.device.support.parallel   
org.compass.gps.impl   
 

Uses of CompassGpsInterfaceDevice in org.compass.gps.device
 

Fields in org.compass.gps.device declared as CompassGpsInterfaceDevice
protected  CompassGpsInterfaceDevice AbstractGpsDevice.compassGps
           
 

Uses of CompassGpsInterfaceDevice in org.compass.gps.device.hibernate.lifecycle
 

Methods in org.compass.gps.device.hibernate.lifecycle with parameters of type CompassGpsInterfaceDevice
protected  void HibernateEventListener.doInsert(CompassSession session, PostInsertEvent postInsertEvent, Object entity, CompassGpsInterfaceDevice compassGps)
           
protected  void HibernateEventListener.doUpdate(CompassSession session, CompassGpsInterfaceDevice compassGps, Object entity, EventSource eventSource)
           
static Collection HibernateEventListenerUtils.getUnpersistedCascades(CompassGpsInterfaceDevice compassGps, Object entity, SessionFactoryImplementor sessionFactory, CascadeMapping.Cascade cascade, Collection visited)
           
 

Uses of CompassGpsInterfaceDevice in org.compass.gps.device.jdbc.snapshot
 

Methods in org.compass.gps.device.jdbc.snapshot that return CompassGpsInterfaceDevice
 CompassGpsInterfaceDevice DeleteSnapshotEvent.getCompassGps()
           
 CompassGpsInterfaceDevice CreateAndUpdateSnapshotEvent.getCompassGps()
           
 

Constructors in org.compass.gps.device.jdbc.snapshot with parameters of type CompassGpsInterfaceDevice
CreateAndUpdateSnapshotEvent(Connection connection, JdbcDialect dialect, ResultSetToResourceMapping mapping, List createSnapshots, List updateSnapshots, CompassGpsInterfaceDevice compassGps)
           
DeleteSnapshotEvent(Connection connection, JdbcDialect dialect, ResultSetToResourceMapping mapping, List deleteSnapshots, CompassGpsInterfaceDevice compassGps)
           
 

Uses of CompassGpsInterfaceDevice in org.compass.gps.device.jpa.embedded
 

Classes in org.compass.gps.device.jpa.embedded that implement CompassGpsInterfaceDevice
 class DefaultJpaCompassGps
          An extension of SingleCompassGps allows to directly get the JpaGpsDevice associted with this Gps.
 

Uses of CompassGpsInterfaceDevice in org.compass.gps.device.support.parallel
 

Methods in org.compass.gps.device.support.parallel with parameters of type CompassGpsInterfaceDevice
 void SameThreadParallelIndexExecutor.performIndex(IndexEntity[][] entities, IndexEntitiesIndexer indexEntitiesIndexer, CompassGpsInterfaceDevice compassGps)
          Performs the indexing process using the same thread (and naturally using a single thread).
 void ParallelIndexExecutor.performIndex(IndexEntity[][] entities, IndexEntitiesIndexer indexEntitiesIndexer, CompassGpsInterfaceDevice compassGps)
          Indexes a list of groups of index entities already partitioned using the provided index entities indexer.
 void ConcurrentParallelIndexExecutor.performIndex(IndexEntity[][] entities, IndexEntitiesIndexer indexEntitiesIndexer, CompassGpsInterfaceDevice compassGps)
          Performs the indexing process using the provided index entities indexer.
 

Uses of CompassGpsInterfaceDevice in org.compass.gps.impl
 

Classes in org.compass.gps.impl that implement CompassGpsInterfaceDevice
 class AbstractCompassGps
          A simple base class for CompassGps implementations.
 class DualCompassGps
          Deprecated. Please use SingleCompassGps.
 class SingleCompassGps
          A CompassGps implementation that holds a single Compass instance.
 



Copyright (c) 2004-2008 The Compass Project.