Package | Description |
---|---|
com.google.inject.persist.jpa |
guice-persist's Java Persistence API (JPA) support.
|
Modifier and Type | Class and Description |
---|---|
private static class |
JpaLocalTxnInterceptor.Internal |
Modifier and Type | Method and Description |
---|---|
private Transactional |
JpaLocalTxnInterceptor.readTransactionMetadata(org.aopalliance.intercept.MethodInvocation methodInvocation) |
Modifier and Type | Method and Description |
---|---|
private boolean |
JpaLocalTxnInterceptor.rollbackIfNecessary(Transactional transactional,
java.lang.Exception e,
javax.persistence.EntityTransaction txn)
Returns True if rollback DID NOT HAPPEN (i.e.
|