Uses of Interface
org.compass.gps.device.hibernate.dep.AbstractHibernateGpsDevice.HibernateSessionWrapper

Packages that use AbstractHibernateGpsDevice.HibernateSessionWrapper
org.compass.gps.device.hibernate.dep   
 

Uses of AbstractHibernateGpsDevice.HibernateSessionWrapper in org.compass.gps.device.hibernate.dep
 

Classes in org.compass.gps.device.hibernate.dep that implement AbstractHibernateGpsDevice.HibernateSessionWrapper
 class Hibernate3GpsDevice.Hibernate3SessionWrapper
          Deprecated.  
 

Methods in org.compass.gps.device.hibernate.dep that return AbstractHibernateGpsDevice.HibernateSessionWrapper
protected abstract  AbstractHibernateGpsDevice.HibernateSessionWrapper AbstractHibernateGpsDevice.doGetHibernateSessionWrapper()
           
protected  AbstractHibernateGpsDevice.HibernateSessionWrapper Hibernate2GpsDevice.doGetHibernateSessionWrapper()
           
protected  AbstractHibernateGpsDevice.HibernateSessionWrapper Hibernate3GpsDevice.doGetHibernateSessionWrapper()
          Deprecated.  
 

Methods in org.compass.gps.device.hibernate.dep with parameters of type AbstractHibernateGpsDevice.HibernateSessionWrapper
protected abstract  List AbstractHibernateGpsDevice.doGetObjects(HibernateEntityInfo info, int from, int count, AbstractHibernateGpsDevice.HibernateSessionWrapper sessionWrapper)
          Returns the data that maps to the given class info, paginated with from and count.
protected  List Hibernate2GpsDevice.doGetObjects(HibernateEntityInfo info, int from, int count, AbstractHibernateGpsDevice.HibernateSessionWrapper sessionWrapper)
           
protected  List Hibernate3GpsDevice.doGetObjects(HibernateEntityInfo info, int from, int count, AbstractHibernateGpsDevice.HibernateSessionWrapper sessionWrapper)
          Deprecated.  
 



Copyright (c) 2004-2006 The Compass Project.