|
The Spring Framework | |||||||||
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
public class 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)
Create a new PersistenceManagerHolder for the given JDO PersistenceManager. |
Method Summary | |
---|---|
javax.jdo.PersistenceManager |
getPersistenceManager()
Return this holder's JDO PersistenceManager. |
Methods inherited from class org.springframework.transaction.support.ResourceHolderSupport |
---|
clear, getDeadline, getTimeToLiveInMillis, getTimeToLiveInSeconds, hasTimeout, isOpen, isRollbackOnly, isSynchronizedWithTransaction, released, requested, reset, setRollbackOnly, setSynchronizedWithTransaction, 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)
persistenceManager
- the JDO PersistenceManagerMethod Detail |
---|
public javax.jdo.PersistenceManager getPersistenceManager()
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |