A global lifecycle event listener injector. Since the EntityManagerFactory does not
allow for setting global lifecycle event listeners, actual implementations of the JPA spec can be
used directly to inject global lifecycle event listeners usign propriety APIs.
Assume that the EntityManagerFactory is the native one, since the
org.compass.gps.device.jpa.NativeJpaExtractor of the
JpaGpsDevice was used to extract it.
author: kimchy See Also: org.compass.gps.device.jpa.lifecycle.HibernateJpaEntityLifecycleInjector See Also: JpaEntityLifecycleInjectorDetector |