Uses of Class
org.compass.gps.device.jpa.JpaGpsDevice

Packages that use JpaGpsDevice
org.compass.gps.device.jpa   
org.compass.gps.device.jpa.embedded   
org.compass.gps.device.jpa.embedded.eclipselink   
org.compass.gps.device.jpa.embedded.hibernate   
org.compass.gps.device.jpa.embedded.openjpa   
org.compass.gps.device.jpa.embedded.toplink   
org.compass.gps.device.jpa.entities   
org.compass.gps.device.jpa.indexer   
org.compass.gps.device.jpa.lifecycle   
 

Uses of JpaGpsDevice in org.compass.gps.device.jpa
 

Methods in org.compass.gps.device.jpa that return JpaGpsDevice
protected abstract  JpaGpsDevice AbstractDeviceJpaEntityListener.getDevice()
           
 

Uses of JpaGpsDevice in org.compass.gps.device.jpa.embedded
 

Methods in org.compass.gps.device.jpa.embedded that return JpaGpsDevice
 JpaGpsDevice JpaCompassGps.getJpaGpsDevice()
          Returns the JPA Gps device.
 JpaGpsDevice DefaultJpaCompassGps.getJpaGpsDevice()
          Returns the Jps Gps device associated with this Compass Gps.
 

Uses of JpaGpsDevice in org.compass.gps.device.jpa.embedded.eclipselink
 

Methods in org.compass.gps.device.jpa.embedded.eclipselink that return JpaGpsDevice
protected  JpaGpsDevice EclipseLinkEventListener.getDevice()
           
 

Methods in org.compass.gps.device.jpa.embedded.eclipselink with parameters of type JpaGpsDevice
static JpaCompassGps EclipseLinkHelper.createCompassGps(JpaGpsDevice device)
          A helper class to create the JpaCompasGps based on the passed device.
 

Constructors in org.compass.gps.device.jpa.embedded.eclipselink with parameters of type JpaGpsDevice
EclipseLinkEventListener(JpaGpsDevice device)
           
 

Uses of JpaGpsDevice in org.compass.gps.device.jpa.embedded.hibernate
 

Methods in org.compass.gps.device.jpa.embedded.hibernate with parameters of type JpaGpsDevice
static JpaCompassGps HibernateJpaHelper.getCompassGps(JpaGpsDevice device)
          Returns a new instnacoef of a JpaCompassGps built on top of the embedded Compass instance.
 

Uses of JpaGpsDevice in org.compass.gps.device.jpa.embedded.openjpa
 

Methods in org.compass.gps.device.jpa.embedded.openjpa that return JpaGpsDevice
protected  JpaGpsDevice EmbeddedOpenJPAEventListener.getDevice()
           
 

Constructors in org.compass.gps.device.jpa.embedded.openjpa with parameters of type JpaGpsDevice
EmbeddedOpenJPAEventListener(JpaGpsDevice device)
           
 

Uses of JpaGpsDevice in org.compass.gps.device.jpa.embedded.toplink
 

Methods in org.compass.gps.device.jpa.embedded.toplink that return JpaGpsDevice
protected  JpaGpsDevice EmbeddedToplinkEventListener.getDevice()
           
 

Methods in org.compass.gps.device.jpa.embedded.toplink with parameters of type JpaGpsDevice
static JpaCompassGps TopLinkHelper.createCompassGps(JpaGpsDevice device)
          A helper class to create the JpaCompasGps based on the passed device.
 

Constructors in org.compass.gps.device.jpa.embedded.toplink with parameters of type JpaGpsDevice
EmbeddedToplinkEventListener(JpaGpsDevice device)
           
 

Uses of JpaGpsDevice in org.compass.gps.device.jpa.entities
 

Methods in org.compass.gps.device.jpa.entities with parameters of type JpaGpsDevice
 EntityInformation[] TopLinkEssentialsJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 EntityInformation[] OpenJPAJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 EntityInformation[] JpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
          Locates the entities used for the index operation.
 EntityInformation[] HibernateJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 EntityInformation[] EclipseLinkJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 EntityInformation[] DefaultJpaEntitiesLocator.locate(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
protected  boolean DefaultJpaEntitiesLocator.shouldFilter(EntityInformation entityInformation, JpaGpsDevice device)
          Return true if the entity should be filtered out from the index operation.
protected  boolean TopLinkEssentialsJpaEntitiesLocator.shouldFilter(String entityname, oracle.toplink.essentials.descriptors.ClassDescriptor classDescriptor, JpaGpsDevice device)
          Returns true if the entity name needs to be filtered.
protected  boolean EclipseLinkJpaEntitiesLocator.shouldFilter(String entityname, org.eclipse.persistence.descriptors.ClassDescriptor classDescriptor, JpaGpsDevice device)
          Returns true if the entity name needs to be filtered.
protected  boolean OpenJPAJpaEntitiesLocator.shouldFilter(String entityname, org.apache.openjpa.meta.ClassMetaData classMetadata, JpaGpsDevice device)
          Returns true if the entity name needs to be filtered.
protected  boolean HibernateJpaEntitiesLocator.shouldFilter(String entityname, ClassMetadata classMetadata, Map allClassMetaData, JpaGpsDevice device)
          Returns true if the entity name needs to be filtered.
 

Uses of JpaGpsDevice in org.compass.gps.device.jpa.indexer
 

Methods in org.compass.gps.device.jpa.indexer with parameters of type JpaGpsDevice
 void OpenJPAJpaIndexEntitiesIndexer.setJpaGpsDevice(JpaGpsDevice jpaGpsDevice)
           
 void JpaIndexEntitiesIndexer.setJpaGpsDevice(JpaGpsDevice jpaGpsDevice)
          Sets the jpa gps device for the given indexer.
 void HibernateJpaIndexEntitiesIndexer.setJpaGpsDevice(JpaGpsDevice jpaGpsDevice)
           
 void DefaultJpaIndexEntitiesIndexer.setJpaGpsDevice(JpaGpsDevice jpaGpsDevice)
           
 

Uses of JpaGpsDevice in org.compass.gps.device.jpa.lifecycle
 

Methods in org.compass.gps.device.jpa.lifecycle that return JpaGpsDevice
protected  JpaGpsDevice HibernateJpaEntityLifecycleInjector.HibernateEventListener.getDevice()
           
 

Methods in org.compass.gps.device.jpa.lifecycle with parameters of type JpaGpsDevice
protected  Object HibernateJpaEntityLifecycleInjector.doCreateListener(JpaGpsDevice device)
           
protected  Object HibernateJpaEntityCollectionLifecycleInjector.doCreateListener(JpaGpsDevice device)
           
 void TopLinkEssentialsJpaEntityLifecycleInjector.injectLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 void OpenJPAJpaEntityLifecycleInjector.injectLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 void JpaEntityLifecycleInjector.injectLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
          Injects a global lifecycle listener into the concrete EntityManagerFactory implementation.
 void HibernateJpaEntityLifecycleInjector.injectLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 void HibernateJpaEntityCollectionLifecycleInjector.injectLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 void EclipseLinkJpaEntityLifecycleInjector.injectLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 void TopLinkEssentialsJpaEntityLifecycleInjector.removeLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 void OpenJPAJpaEntityLifecycleInjector.removeLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 void JpaEntityLifecycleInjector.removeLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
          Removes (if possible) lifecycle listeners injected using the inject method.
 void HibernateJpaEntityLifecycleInjector.removeLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 void HibernateJpaEntityCollectionLifecycleInjector.removeLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 void EclipseLinkJpaEntityLifecycleInjector.removeLifecycle(javax.persistence.EntityManagerFactory entityManagerFactory, JpaGpsDevice device)
           
 

Constructors in org.compass.gps.device.jpa.lifecycle with parameters of type JpaGpsDevice
HibernateJpaEntityCollectionLifecycleInjector.HibernateCollectionEventListener(JpaGpsDevice device)
           
HibernateJpaEntityLifecycleInjector.HibernateEventListener(JpaGpsDevice device)
           
 



Copyright (c) 2004-2008 The Compass Project.