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

Packages that use HibernateGpsDevice
org.compass.gps.device.hibernate.embedded   
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.embedded
 

Methods in org.compass.gps.device.hibernate.embedded with parameters of type HibernateGpsDevice
static CompassGps HibernateHelper.getCompassGps(HibernateGpsDevice device)
          Returns a CompassGps to wrap the provided Hibernat Gps device.
 

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(SessionFactory sessionFactory, HibernateGpsDevice device)
          Locates the entities used for the index operation.
 EntityInformation[] DefaultHibernateEntitiesLocator.locate(SessionFactory sessionFactory, HibernateGpsDevice device)
           
protected  boolean DefaultHibernateEntitiesLocator.shouldFilter(String entityname, 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
 

Fields in org.compass.gps.device.hibernate.lifecycle declared as HibernateGpsDevice
protected  HibernateGpsDevice HibernateEventListener.device
           
 

Methods in org.compass.gps.device.hibernate.lifecycle with parameters of type HibernateGpsDevice
protected  Object DefaultHibernateEntityLifecycleInjector.doCreateListener(HibernateGpsDevice device)
           
protected  Object DefaultHibernateEntityCollectionLifecycleInjector.doCreateListener(HibernateGpsDevice device)
           
 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)
           
 

Constructors in org.compass.gps.device.hibernate.lifecycle with parameters of type HibernateGpsDevice
HibernateCollectionEventListener(HibernateGpsDevice device, boolean marshallIds, boolean pendingCascades, boolean processCollections)
           
HibernateEventListener(HibernateGpsDevice device, boolean marshallIds, boolean pendingCascades, boolean processCollections)
           
 



Copyright (c) 2004-2008 The Compass Project.