|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.transaction.support.ResourceHolderSupport org.springframework.orm.jdo.PersistenceManagerHolder
Holder wrapping a JDO PersistenceManager. JdoTransactionManager binds instances of this class to the thread, for a given PersistenceManagerFactory.
Note: This is an SPI class, not intended to be used by applications.
JdoTransactionManager
,
PersistenceManagerFactoryUtils
Constructor Summary | |
PersistenceManagerHolder(javax.jdo.PersistenceManager persistenceManager)
|
Method Summary | |
javax.jdo.PersistenceManager |
getPersistenceManager()
|
Methods inherited from class org.springframework.transaction.support.ResourceHolderSupport |
getDeadline, getTimeToLiveInMillis, getTimeToLiveInSeconds, isRollbackOnly, setRollbackOnly, setTimeoutInMillis, setTimeoutInSeconds |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PersistenceManagerHolder(javax.jdo.PersistenceManager persistenceManager)
Method Detail |
public javax.jdo.PersistenceManager getPersistenceManager()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |