|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||