Uses of Class
org.compass.gps.device.hibernate.dep.HibernateEntityInfo

Packages that use HibernateEntityInfo
org.compass.gps.device.hibernate.dep   
 

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

Methods in org.compass.gps.device.hibernate.dep that return HibernateEntityInfo
protected  HibernateEntityInfo[] Hibernate3GpsDevice.doGetHibernateEntitiesInfo()
          Deprecated.  
protected  HibernateEntityInfo[] Hibernate2GpsDevice.doGetHibernateEntitiesInfo()
           
protected abstract  HibernateEntityInfo[] AbstractHibernateGpsDevice.doGetHibernateEntitiesInfo()
          Returns all the hibernate entity info.
 

Methods in org.compass.gps.device.hibernate.dep with parameters of type HibernateEntityInfo
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.
protected  Query Hibernate3GpsDevice.doGetQuery(HibernateEntityInfo info, Session session)
          Deprecated. Can be used to override query creation for a certain hibernate entity info.
 



Copyright (c) 2004-2008 The Compass Project.