| java.lang.Object org.jpox.state.FetchPlanState org.jpox.state.DetachState
DetachState | public class DetachState extends FetchPlanState (Code) | | Holder for the detachment state control for the detachment process.
version: $Revision: 1.3 $ |
DetachState | public DetachState(ApiAdapter api)(Code) | | Constructor.
Parameters: api - The API adapter |
getDetachedCopyObject | public Object getDetachedCopyObject(Object pc)(Code) | | Set to the current state a detached copy object
Parameters: pc - the PersistenceCapable of the object searched the Detached PC |
setDetachedCopyObject | public void setDetachedCopyObject(Object detachedPC, Object id)(Code) | | Set to the current state a detached copy object
Parameters: detachedPC - the Detached persistable object Parameters: id - The id to key against. If this is null, we treat as embedded |
|
|