stomp.jdo
Interface TransientTransactional

All Known Subinterfaces:
Persistent, ServiceDelegate, ServiceEnhanced, ServiceProxy
All Known Implementing Classes:
AbstractPersistentObject, AbstractServiceDelegate, AbstractServiceProxy

public interface TransientTransactional

contract guaranteed by objects which need to change state when they are transient and become associated with a transaction. Typically, this means refinding persistent relations in the given PersistenceManager.

Author:
Eric Lindauer

Method Summary
 java.lang.Object findInPm(javax.jdo.PersistenceManager pm)
           
 

Method Detail

findInPm

public java.lang.Object findInPm(javax.jdo.PersistenceManager pm)