Uses of Interface
org.compass.gps.device.jpa.embedded.JpaCompassGps

Packages that use JpaCompassGps
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   
 

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

Classes in org.compass.gps.device.jpa.embedded that implement JpaCompassGps
 class DefaultJpaCompassGps
          An extension of SingleCompassGps allows to directly get the JpaGpsDevice associted with this Gps.
 

Methods in org.compass.gps.device.jpa.embedded that return JpaCompassGps
 JpaCompassGps GenericJpaHelper.getJpaCompassGps()
          Returns the JpaCompassGps instnace embedded within the JPA EMF.
 

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

Methods in org.compass.gps.device.jpa.embedded.eclipselink that return JpaCompassGps
static JpaCompassGps EclipseLinkHelper.createCompassGps(JpaGpsDevice device)
          A helper class to create the JpaCompasGps based on the passed device.
static JpaCompassGps EclipseLinkHelper.getCompassGps(javax.persistence.EntityManager em)
          Returns the Compass Gps instance associated with the given EclipseLink EntityManager.
static JpaCompassGps EclipseLinkHelper.getCompassGps(javax.persistence.EntityManagerFactory emf)
          Returns the Compass Gps instance associated with the given EclipseLink EntityManagerFactory.
 JpaCompassGps CompassSessionEventListener.getJpaCompassGps()
           
 

Constructors in org.compass.gps.device.jpa.embedded.eclipselink with parameters of type JpaCompassGps
CompassSessionEventListener(Compass compass, JpaCompassGps jpaCompassGps, boolean commitBeforeCompletion, boolean eclipselinkControlledTransaction, Properties indexSettings)
           
 

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

Methods in org.compass.gps.device.jpa.embedded.hibernate that return JpaCompassGps
static JpaCompassGps HibernateJpaHelper.getCompassGps(javax.persistence.EntityManagerFactory emf)
          Returns a new instnacoef of a JpaCompassGps built on top of the embedded Compass instance.
static JpaCompassGps HibernateJpaHelper.getCompassGps(JpaGpsDevice device)
          Returns a new instnacoef of a JpaCompassGps built on top of the embedded Compass instance.
 

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

Methods in org.compass.gps.device.jpa.embedded.openjpa that return JpaCompassGps
static JpaCompassGps OpenJPAHelper.getCompassGps(javax.persistence.EntityManager em)
          Returns the Compass Gps instance associated with the given OpenJPA EntityManager.
static JpaCompassGps OpenJPAHelper.getCompassGps(javax.persistence.EntityManagerFactory emf)
          Returns the Compass Gps instance associated with the given OpenJPA EntityManagerFactory.
 

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

Methods in org.compass.gps.device.jpa.embedded.toplink that return JpaCompassGps
static JpaCompassGps TopLinkHelper.createCompassGps(JpaGpsDevice device)
          A helper class to create the JpaCompasGps based on the passed device.
static JpaCompassGps TopLinkHelper.getCompassGps(javax.persistence.EntityManager em)
          Returns the Compass Gps instance associated with the given TopLink EntityManager.
static JpaCompassGps TopLinkHelper.getCompassGps(javax.persistence.EntityManagerFactory emf)
          Returns the Compass Gps instance associated with the given TopLink EntityManagerFactory.
 JpaCompassGps CompassSessionEventListener.getJpaCompassGps()
           
 

Constructors in org.compass.gps.device.jpa.embedded.toplink with parameters of type JpaCompassGps
CompassSessionEventListener(Compass compass, JpaCompassGps jpaCompassGps, boolean commitBeforeCompletion, boolean toplinkControlledTransaction, Properties indexSettings)
           
 



Copyright (c) 2004-2008 The Compass Project.