Package io.jmix.eclipselink.impl
Class EclipselinkPersistenceSupport.ContainerResourceHolder
java.lang.Object
org.springframework.transaction.support.ResourceHolderSupport
io.jmix.eclipselink.impl.EclipselinkPersistenceSupport.ContainerResourceHolder
- All Implemented Interfaces:
- org.springframework.transaction.support.ResourceHolder
- Enclosing class:
- EclipselinkPersistenceSupport
public static class EclipselinkPersistenceSupport.ContainerResourceHolder
extends org.springframework.transaction.support.ResourceHolderSupport
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected Collection<Object>protected Collection<Object>getInstances(org.eclipse.persistence.sessions.UnitOfWork unitOfWork, String store) protected Collection<Object>protected Collection<Object>getStoreInstances(String store) protected voidregisterInstanceForUnitOfWork(Object instance, org.eclipse.persistence.sessions.UnitOfWork unitOfWork, String store) toString()protected voidunregisterInstance(Object instance, org.eclipse.persistence.sessions.UnitOfWork unitOfWork, String store) Methods inherited from class org.springframework.transaction.support.ResourceHolderSupportclear, getDeadline, getTimeToLiveInMillis, getTimeToLiveInSeconds, hasTimeout, isOpen, isRollbackOnly, isSynchronizedWithTransaction, isVoid, released, requested, reset, resetRollbackOnly, setRollbackOnly, setSynchronizedWithTransaction, setTimeoutInMillis, setTimeoutInSeconds, unbound
- 
Field Details- 
unitsOfWorkToStores
- 
savedInstances
- 
newDetachedInstances
- 
transactionManagerKey
- 
stores
 
- 
- 
Constructor Details- 
ContainerResourceHolder
 
- 
- 
Method Details- 
getTransactionManagerKey
- 
getStores
- 
addStore
- 
registerInstanceForUnitOfWork
- 
unregisterInstance
- 
getInstancesprotected Collection<Object> getInstances(org.eclipse.persistence.sessions.UnitOfWork unitOfWork, String store) 
- 
getStoreInstances
- 
getAllInstances
- 
getSavedInstances
- 
getNewDetachedInstances
- 
toString
 
-