| JPAModule |
Java Persistence API (JPA) support for Mule. |
| JPATransaction |
SingleResourceTransaction implementation for JPA. |
| JPATransactionFactory |
TransactionFactory implementation used to create JPATransactions
|
| JPAUtils |
Utility methods for JPA. |
| MuleEntityManager |
MuleEntityManager is a facade around an EntityManager that ensures components making
use of the PersistenceContext annotation will get an EntityManager that is aware
of the JPA transaction in the flow. |
| PersistenceContextProcessor |
PersistenceContextProcessor is responsible for injecting the MuleEntityManager
into components using the @PersistenceContext annotation. |