abstractpublic class JpaEntityLifecycleInjectorDetector (Code)
A
JpaEntityLifecycleInjector detector. Tries to check for the actual implementation of JPA
EntityManagerFactory, and based on it, check if the current set of actual JPA
implementations is one of compass supported ones (like Hibernate).
Currently support the following JPA implementations: Hibernate, TopLink Essentials (Glassfish Persistence), OpenJPA.
Assumes that the EntityManagerFactory is the native one, since the
org.compass.gps.device.jpa.NativeJpaExtractor of the
org.compass.gps.device.jpa.JpaGpsDevice was used to extract it.
author: kimchy