Uses of Interface
org.compass.gps.device.jpa.EntityManagerWrapper

Packages that use EntityManagerWrapper
org.compass.gps.device.jpa   
 

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

Classes in org.compass.gps.device.jpa that implement EntityManagerWrapper
 class AbstractEntityManagerWrapper
          A simple base class for EntityManagerWrapper implementations.
 class DefaultEntityManagerWrapper
          The default EntityManagerWrapper implementation.
 class JtaEntityManagerWrapper
          A JTA only EntityManagerWrapper.
 class ResourceLocalEntityManagerWrapper
          A JPA Resource Local only EntityManagerWrapper implementation.
 

Methods in org.compass.gps.device.jpa that return EntityManagerWrapper
 EntityManagerWrapper JpaGpsDevice.getEntityManagerWrapper()
          Returns the Entity Manager factory wrapper to control the entity manager operations.
 EntityManagerWrapper EntityManagerWrapper.newInstance()
          Creates a new instance of this entity manager wrapper for multi threaded usage.
 EntityManagerWrapper AbstractEntityManagerWrapper.newInstance()
           
 

Methods in org.compass.gps.device.jpa with parameters of type EntityManagerWrapper
 void JpaGpsDevice.setEntityManagerWrapper(EntityManagerWrapper entityManagerWrapper)
          Sets the Entity Manager factory wrapper to control the entity manager operations.
 



Copyright (c) 2004-2008 The Compass Project.