|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.state.FetchPlanState
org.datanucleus.state.DetachState
public class DetachState
Holder for the detachment state control for the detachment process.
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.state.FetchPlanState |
|---|
fetchFieldNames |
| Constructor Summary | |
|---|---|
DetachState(ApiAdapter api)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getDetachedCopyObject(java.lang.Object pc)
Set to the current state a detached copy object |
void |
setDetachedCopyObject(java.lang.Object detachedPC,
java.lang.Object id)
Set to the current state a detached copy object |
| Methods inherited from class org.datanucleus.state.FetchPlanState |
|---|
addFieldName, getCurrentFetchDepth, getObjectDepthForType, removeLatestFieldName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DetachState(ApiAdapter api)
api - The API adapter| Method Detail |
|---|
public void setDetachedCopyObject(java.lang.Object detachedPC,
java.lang.Object id)
detachedPC - the Detached persistable objectid - The id to key against. If this is null, we treat as embeddedpublic java.lang.Object 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 | |||||||||