Uses of Class
org.compass.gps.device.hibernate.HibernateGpsDeviceException

Packages that use HibernateGpsDeviceException
org.compass.gps.device.hibernate   
org.compass.gps.device.hibernate.dep   
org.compass.gps.device.hibernate.entities   
org.compass.gps.device.hibernate.lifecycle   
org.compass.spring.device.hibernate   
 

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

Methods in org.compass.gps.device.hibernate that throw HibernateGpsDeviceException
 SessionFactory NativeHibernateExtractor.extractNative(SessionFactory sessionFactory)
          Returns the actual EntityManagerFactory based on the given EntityManagerFactory.
 

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

Methods in org.compass.gps.device.hibernate.dep that throw HibernateGpsDeviceException
protected  HibernateEntityInfo[] Hibernate3GpsDevice.doGetHibernateEntitiesInfo()
          Deprecated.  
protected  HibernateEntityInfo[] Hibernate2GpsDevice.doGetHibernateEntitiesInfo()
           
protected abstract  HibernateEntityInfo[] AbstractHibernateGpsDevice.doGetHibernateEntitiesInfo()
          Returns all the hibernate entity info.
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  boolean Hibernate3GpsDevice.isInherited(ClassMetadata classMetadata)
          Deprecated.  
 void Hibernate3GpsDevice.Hibernate3SessionWrapper.open()
           
 void AbstractHibernateGpsDevice.HibernateSessionWrapper.open()
           
 

Uses of HibernateGpsDeviceException in org.compass.gps.device.hibernate.entities
 

Methods in org.compass.gps.device.hibernate.entities that throw HibernateGpsDeviceException
 EntityInformation[] HibernateEntitiesLocator.locate(SessionFactory sessionFactory, HibernateGpsDevice device)
          Locates the entities used for the index operation.
 EntityInformation[] DefaultHibernateEntitiesLocator.locate(SessionFactory sessionFactory, HibernateGpsDevice device)
           
 

Uses of HibernateGpsDeviceException in org.compass.gps.device.hibernate.lifecycle
 

Methods in org.compass.gps.device.hibernate.lifecycle that throw HibernateGpsDeviceException
 void HibernateEntityLifecycleInjector.injectLifecycle(SessionFactory sessionFactory, HibernateGpsDevice device)
          Injects a global lifecycle listener into the concrete SessionFactory implementation.
 void DefaultHibernateEntityLifecycleInjector.injectLifecycle(SessionFactory sessionFactory, HibernateGpsDevice device)
           
 void DefaultHibernateEntityCollectionLifecycleInjector.injectLifecycle(SessionFactory sessionFactory, HibernateGpsDevice device)
           
 void HibernateEntityLifecycleInjector.removeLifecycle(SessionFactory sessionFactory, HibernateGpsDevice device)
          Removes (if possible) lifecycle listeners injected using the inject method.
 void DefaultHibernateEntityLifecycleInjector.removeLifecycle(SessionFactory sessionFactory, HibernateGpsDevice device)
           
 void DefaultHibernateEntityCollectionLifecycleInjector.removeLifecycle(SessionFactory sessionFactory, HibernateGpsDevice device)
           
 

Uses of HibernateGpsDeviceException in org.compass.spring.device.hibernate
 

Methods in org.compass.spring.device.hibernate that throw HibernateGpsDeviceException
 SessionFactory SpringNativeHibernateExtractor.extractNative(SessionFactory sessionFactory)
           
 



Copyright (c) 2004-2008 The Compass Project.