|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.state.FetchPlanState
org.jpox.state.DetachState
Holder for the detachment state control for the detachment process.
Field Summary |
Fields inherited from class org.jpox.state.FetchPlanState |
objectGraphTypes |
Constructor Summary | |
DetachState()
|
Method Summary | |
javax.jdo.spi.PersistenceCapable |
getDetachedCopyObject(java.lang.Object pc)
Set to the current state a detached copy object |
void |
setDetachedCopyObject(javax.jdo.spi.PersistenceCapable detachedPC,
java.lang.Object id)
Set to the current state a detached copy object |
Methods inherited from class org.jpox.state.FetchPlanState |
addObjectType, getObjectDepthForType, getObjectGraphDepth, removeLatestObjectType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DetachState()
Method Detail |
public void setDetachedCopyObject(javax.jdo.spi.PersistenceCapable detachedPC, java.lang.Object id)
detachedPC
- the Detached PCid
- The id to key against. If this is null, we treat as embeddedpublic javax.jdo.spi.PersistenceCapable getDetachedCopyObject(java.lang.Object pc)
pc
- the PersistenceCapable of the object searched
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |