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

Packages that use JpaGpsDeviceException
org.compass.glassfish.device.jpa   
org.compass.gps.device.jpa   
org.compass.gps.device.jpa.entities   
org.compass.gps.device.jpa.lifecycle   
org.compass.gps.device.jpa.support   
org.compass.jboss.device.jpa   
org.compass.spring.device.jpa   
 

Uses of JpaGpsDeviceException in org.compass.glassfish.device.jpa
 

Methods in org.compass.glassfish.device.jpa that throw JpaGpsDeviceException
 javax.persistence.EntityManager GlassfishNativeHibernateJpaExtractor.extractNative(javax.persistence.EntityManager entityManager)
           
 javax.persistence.EntityManagerFactory GlassfishNativeHibernateJpaExtractor.extractNative(javax.persistence.EntityManagerFactory entityManagerFactory)
           
 

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

Methods in org.compass.gps.device.jpa that throw JpaGpsDeviceException
 void EntityManagerWrapper.close()
          Closes the current EntityManager, commiting the transaction if necessary.
 void AbstractEntityManagerWrapper.close()
           
 void EntityManagerWrapper.closeOnError()
          Closes the current EntityManager, rollback the transaction if necessary.
 void AbstractEntityManagerWrapper.closeOnError()
           
 javax.persistence.EntityManager NativeJpaExtractor.extractNative(javax.persistence.EntityManager entityManager)
          Extracts the native EntityManager based on the given EntityManager.
 javax.persistence.EntityManagerFactory NativeJpaExtractor.extractNative(javax.persistence.EntityManagerFactory entityManagerFactory)
          Returns the actual EntityManagerFactory based on the given EntityManagerFactory.
 void EntityManagerWrapper.open()
          Opens the warpper for a session of reading enteties for indexing.
 void AbstractEntityManagerWrapper.open()
           
 

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

Methods in org.compass.gps.device.jpa.entities that throw JpaGpsDeviceException
protected  EntityInformation DefaultJpaEntitiesLocator.createEntityInformation(Class<?> clazz, ResourceMapping resourceMapping)
          Creates the EntityInformation for a given class.
 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)
           
 

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

Methods in org.compass.gps.device.jpa.lifecycle that throw JpaGpsDeviceException
static JpaEntityLifecycleInjector JpaEntityLifecycleInjectorDetector.detectInjector(javax.persistence.EntityManagerFactory entityManagerFactory, CompassSettings settings)
           
 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)
           
 

Uses of JpaGpsDeviceException in org.compass.gps.device.jpa.support
 

Methods in org.compass.gps.device.jpa.support that throw JpaGpsDeviceException
static
<T> T
NativeJpaHelper.detectNativeJpa(javax.persistence.EntityManagerFactory emf, NativeJpaHelper.NativeJpaCallback<T> callback)
           
 

Uses of JpaGpsDeviceException in org.compass.jboss.device.jpa
 

Methods in org.compass.jboss.device.jpa that throw JpaGpsDeviceException
 javax.persistence.EntityManager JBossNativeJpaExtractor.extractNative(javax.persistence.EntityManager entityManager)
           
 javax.persistence.EntityManagerFactory JBossNativeJpaExtractor.extractNative(javax.persistence.EntityManagerFactory entityManagerFactory)
          Extracts the native entity manager factory from a managed JBoss one.
 

Uses of JpaGpsDeviceException in org.compass.spring.device.jpa
 

Methods in org.compass.spring.device.jpa that throw JpaGpsDeviceException
 javax.persistence.EntityManager SpringNativeJpaExtractor.extractNative(javax.persistence.EntityManager entityManager)
           
 javax.persistence.EntityManagerFactory SpringNativeJpaExtractor.extractNative(javax.persistence.EntityManagerFactory entityManagerFactory)
          Extracts the native entity manager factory from a managed Spring one.
 



Copyright (c) 2004-2008 The Compass Project.