Uses of Class
org.compass.gps.device.support.parallel.AbstractParallelGpsDevice

Packages that use AbstractParallelGpsDevice
org.compass.gps.device.hibernate   
org.compass.gps.device.hibernate.dep   
org.compass.gps.device.ibatis   
org.compass.gps.device.jpa   
org.compass.spring.device.hibernate.dep   
 

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

Subclasses of AbstractParallelGpsDevice in org.compass.gps.device.hibernate
 class HibernateGpsDevice
          A Hibernate Gps Device.
 

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

Subclasses of AbstractParallelGpsDevice in org.compass.gps.device.hibernate.dep
 class AbstractHibernateGpsDevice
          An abstract hibernate device support.
 class Hibernate2GpsDevice
          A HibernateGpsDevice which works with hibernate 2.
 class Hibernate3GpsDevice
          Deprecated. Please use HibernateGpsDevice.
 

Uses of AbstractParallelGpsDevice in org.compass.gps.device.ibatis
 

Subclasses of AbstractParallelGpsDevice in org.compass.gps.device.ibatis
 class SqlMapClientGpsDevice
          A SqlMapClient device, provides support for iBatis 2 and the index operation.
 

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

Subclasses of AbstractParallelGpsDevice in org.compass.gps.device.jpa
 class JpaGpsDevice
          A Java Persistence API Gps Device (EJB3 Persistence).
 

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

Subclasses of AbstractParallelGpsDevice in org.compass.spring.device.hibernate.dep
 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).
 



Copyright (c) 2004-2008 The Compass Project.