|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.transaction.support.ResourceHolderSynchronization<EntityManagerHolder,javax.persistence.EntityManagerFactory>
org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
private static class EntityManagerFactoryUtils.EntityManagerSynchronization
Callback for resource cleanup at the end of a non-JPA transaction (e.g. when participating in a JtaTransactionManager transaction).
JtaTransactionManager| Field Summary | |
|---|---|
private JpaDialect |
jpaDialect
|
private boolean |
newEntityManager
|
private java.lang.Object |
transactionData
|
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Fields inherited from interface org.springframework.transaction.support.TransactionSynchronization |
|---|
STATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWN |
| Constructor Summary | |
|---|---|
EntityManagerFactoryUtils.EntityManagerSynchronization(EntityManagerHolder emHolder,
javax.persistence.EntityManagerFactory emf,
java.lang.Object txData,
boolean newEm)
|
|
| Method Summary | |
|---|---|
protected void |
cleanupResource(EntityManagerHolder resourceHolder,
javax.persistence.EntityManagerFactory resourceKey,
boolean committed)
Perform a cleanup on the given resource (which is left bound to the thread). |
protected void |
flushResource(EntityManagerHolder resourceHolder)
Flush callback for the given resource holder. |
int |
getOrder()
Return the order value of this object, with a higher value meaning greater in terms of sorting. |
protected void |
releaseResource(EntityManagerHolder resourceHolder,
javax.persistence.EntityManagerFactory resourceKey)
Release the given resource (after it has been unbound from the thread). |
protected boolean |
shouldUnbindAtCompletion()
Return whether this holder should be unbound at completion (or should rather be left bound to the thread after the transaction). |
| Methods inherited from class org.springframework.transaction.support.ResourceHolderSynchronization |
|---|
afterCommit, afterCompletion, beforeCommit, beforeCompletion, flush, processResourceAfterCommit, resume, shouldReleaseBeforeCompletion, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.Object transactionData
private final JpaDialect jpaDialect
private final boolean newEntityManager
| Constructor Detail |
|---|
public EntityManagerFactoryUtils.EntityManagerSynchronization(EntityManagerHolder emHolder,
javax.persistence.EntityManagerFactory emf,
java.lang.Object txData,
boolean newEm)
| Method Detail |
|---|
public int getOrder()
OrderedNormally starting with 0, with Integer.MAX_VALUE
indicating the greatest value. Same order values will result
in arbitrary positions for the affected objects.
Higher values can be interpreted as lower priority. As a consequence, the object with the lowest value has highest priority (somewhat analogous to Servlet "load-on-startup" values).
getOrder in interface Orderedprotected void flushResource(EntityManagerHolder resourceHolder)
ResourceHolderSynchronization
flushResource in class ResourceHolderSynchronization<EntityManagerHolder,javax.persistence.EntityManagerFactory>resourceHolder - the resource holder to flushprotected boolean shouldUnbindAtCompletion()
ResourceHolderSynchronizationThe default implementation returns true.
shouldUnbindAtCompletion in class ResourceHolderSynchronization<EntityManagerHolder,javax.persistence.EntityManagerFactory>
protected void releaseResource(EntityManagerHolder resourceHolder,
javax.persistence.EntityManagerFactory resourceKey)
ResourceHolderSynchronization
releaseResource in class ResourceHolderSynchronization<EntityManagerHolder,javax.persistence.EntityManagerFactory>resourceHolder - the resource holder to processresourceKey - the key that the ResourceHolder was bound for
protected void cleanupResource(EntityManagerHolder resourceHolder,
javax.persistence.EntityManagerFactory resourceKey,
boolean committed)
ResourceHolderSynchronization
cleanupResource in class ResourceHolderSynchronization<EntityManagerHolder,javax.persistence.EntityManagerFactory>resourceHolder - the resource holder to processresourceKey - the key that the ResourceHolder was bound forcommitted - whether the transaction has committed (true)
or rolled back (false)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||