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

Packages that use HibernateGpsDevice
org.compass.gps.device.hibernate.entities   
org.compass.gps.device.hibernate.indexer   
org.compass.gps.device.hibernate.lifecycle   
 

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

Methods in org.compass.gps.device.hibernate.entities with parameters of type HibernateGpsDevice
 EntityInformation[] HibernateEntitiesLocator.locate(org.hibernate.SessionFactory sessionFactory, HibernateGpsDevice device)
          Locates the entities used for the index operation.
 EntityInformation[] DefaultHibernateEntitiesLocator.locate(org.hibernate.SessionFactory sessionFactory, HibernateGpsDevice device)
           
protected  boolean DefaultHibernateEntitiesLocator.shouldFilter(String entityname, org.hibernate.metadata.ClassMetadata classMetadata, Map allClassMetaData, HibernateGpsDevice device)
          Returns true if the entity name needs to be filtered.
 

Uses of HibernateGpsDevice in org.compass.gps.device.hibernate.indexer
 

Methods in org.compass.gps.device.hibernate.indexer with parameters of type HibernateGpsDevice
 void ScrollableHibernateIndexEntitiesIndexer.setHibernateGpsDevice(HibernateGpsDevice device)
           
 void PaginationHibernateIndexEntitiesIndexer.setHibernateGpsDevice(HibernateGpsDevice device)
           
 void HibernateIndexEntitiesIndexer.setHibernateGpsDevice(HibernateGpsDevice jpaGpsDevice)
          Sets the Hibernate gps device for the given indexer.
 

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

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

Constructors in org.compass.gps.device.hibernate.lifecycle with parameters of type HibernateGpsDevice
HibernateEventListener(HibernateGpsDevice device)
           
 



Copyright (c) 2004-2006 The Compass Project.