|
||||||||||
| 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.
| Nested Class Summary | |
|---|---|
class |
DetachState.Entry
|
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.state.FetchPlanState |
|---|
memberNames |
| Constructor Summary | |
|---|---|
DetachState(ApiAdapter api)
Constructor. |
|
| Method Summary | |
|---|---|
DetachState.Entry |
getDetachedCopyEntry(java.lang.Object pc)
Get any existing detached copy object for the passed in PersistenceCapable |
void |
setDetachedCopyEntry(java.lang.Object pc,
java.lang.Object detachedPC)
Set to the current state a detached copy object |
| Methods inherited from class org.datanucleus.state.FetchPlanState |
|---|
addMemberName, calculateObjectDepthForMember, getCurrentFetchDepth, getObjectDepthForType, removeLatestMemberName |
| 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 setDetachedCopyEntry(java.lang.Object pc,
java.lang.Object detachedPC)
pc - The persistable objectdetachedPC - the Detached persistable objectpublic DetachState.Entry getDetachedCopyEntry(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 | |||||||||