Uses of Interface
org.compass.gps.device.jpa.lifecycle.JpaEntityLifecycleInjector

Packages that use JpaEntityLifecycleInjector
org.compass.gps.device.jpa   
org.compass.gps.device.jpa.lifecycle   
 

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

Methods in org.compass.gps.device.jpa with parameters of type JpaEntityLifecycleInjector
 void JpaGpsDevice.setLifecycleInjector(JpaEntityLifecycleInjector lifecycleInjector)
          If the JpaGpsDevice.setLifecycleInjector(org.compass.gps.device.jpa.lifecycle.JpaEntityLifecycleInjector) is set to true, the global lifecycle injector that will be used to inject global lifecycle event listerens to the underlying implementation of the EntityManagerFactory.
 

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

Classes in org.compass.gps.device.jpa.lifecycle that implement JpaEntityLifecycleInjector
 class EclipseLinkJpaEntityLifecycleInjector
          Injects lifecycle listeners directly into Eclipse Persistence for mirroring operations.
 class HibernateJpaEntityCollectionLifecycleInjector
           
 class HibernateJpaEntityLifecycleInjector
          Injects lifecycle listeners directly into Hibernate for mirroring operations.
 class OpenJPAJpaEntityLifecycleInjector
          Injects lifecycle listeners directly into OpenJPA for mirroring operations.
 class TopLinkEssentialsJpaEntityLifecycleInjector
          Injects lifecycle listeners directly into TopLink Essentials for mirroring operations.
 

Methods in org.compass.gps.device.jpa.lifecycle that return JpaEntityLifecycleInjector
static JpaEntityLifecycleInjector JpaEntityLifecycleInjectorDetector.detectInjector(javax.persistence.EntityManagerFactory entityManagerFactory, CompassSettings settings)
           
 



Copyright (c) 2004-2008 The Compass Project.