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  AbstractHibernateGpsDevice.HibernateSessionWrapper Hibernate3GpsDevice.doGetHibernateSessionWrapper()
          Deprecated.  
protected  AbstractHibernateGpsDevice.HibernateSessionWrapper Hibernate2GpsDevice.doGetHibernateSessionWrapper()
           
protected abstract  AbstractHibernateGpsDevice.HibernateSessionWrapper AbstractHibernateGpsDevice.doGetHibernateSessionWrapper()
           
 

Methods in org.compass.gps.device.hibernate.dep with parameters of type AbstractHibernateGpsDevice.HibernateSessionWrapper
protected  List Hibernate3GpsDevice.doGetObjects(HibernateEntityInfo info, int from, int count, AbstractHibernateGpsDevice.HibernateSessionWrapper sessionWrapper)
          Deprecated.  
protected  List Hibernate2GpsDevice.doGetObjects(HibernateEntityInfo info, int from, int count, AbstractHibernateGpsDevice.HibernateSessionWrapper sessionWrapper)
           
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.
 



Copyright (c) 2004-2008 The Compass Project.