Class PersistenceManagerHolder

  • All Implemented Interfaces:
    org.springframework.transaction.support.ResourceHolder

    public class PersistenceManagerHolder
    extends org.springframework.transaction.support.ResourceHolderSupport
    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.

    See Also:
    JdoTransactionManager, PersistenceManagerFactoryUtils
    • Constructor Detail

    • Method Detail

      • clear

        public void clear()
        Overrides:
        clear in class org.springframework.transaction.support.ResourceHolderSupport