Uses of Interface
org.compass.gps.PassiveMirrorGpsDevice

Packages that use PassiveMirrorGpsDevice
org.compass.gps.device.hibernate   
org.compass.gps.device.hibernate.dep   
org.compass.gps.device.jdo   
org.compass.gps.device.jpa   
org.compass.gps.device.ojb   
org.compass.spring.device.hibernate.dep   
org.compass.spring.device.ojb   
 

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

Classes in org.compass.gps.device.hibernate that implement PassiveMirrorGpsDevice
 class HibernateGpsDevice
          A Hibernate Gps Device.
 

Uses of PassiveMirrorGpsDevice in org.compass.gps.device.hibernate.dep
 

Classes in org.compass.gps.device.hibernate.dep that implement PassiveMirrorGpsDevice
 class Hibernate3GpsDevice
          Deprecated. Please use HibernateGpsDevice.
 

Uses of PassiveMirrorGpsDevice in org.compass.gps.device.jdo
 

Classes in org.compass.gps.device.jdo that implement PassiveMirrorGpsDevice
 class Jdo2GpsDevice
          Adds real time monitoring on top of JDO 1 support (see JdoGpsDevice), using JDO 2 lifecycle events.
 

Uses of PassiveMirrorGpsDevice in org.compass.gps.device.jpa
 

Classes in org.compass.gps.device.jpa that implement PassiveMirrorGpsDevice
 class JpaGpsDevice
          A Java Persistence API Gps Device (EJB3 Persistence).
 

Uses of PassiveMirrorGpsDevice in org.compass.gps.device.ojb
 

Classes in org.compass.gps.device.ojb that implement PassiveMirrorGpsDevice
 class OjbGpsDevice
          An ObJectRelationalBridge (OJB) device, provides support for using ojb and ojb mapping files to index a database.
 

Uses of PassiveMirrorGpsDevice in org.compass.spring.device.hibernate.dep
 

Classes in org.compass.spring.device.hibernate.dep that implement PassiveMirrorGpsDevice
 class SpringHibernate3GpsDevice
          A special Hibernate3GpsDevice that handled cases when spring proxies the SessionFactory (like when exposeTransactionAwareSessionFactory is set to true, which is the default from spring 1.2.X).
 

Uses of PassiveMirrorGpsDevice in org.compass.spring.device.ojb
 

Classes in org.compass.spring.device.ojb that implement PassiveMirrorGpsDevice
 class SpringOjbGpsDevice
          An extension of the OjbGpsDevice that utilizes Spring ojb features.
 



Copyright (c) 2004-2008 The Compass Project.