public class DetachState extends FetchPlanState
| Modifier and Type | Class and Description |
|---|---|
class |
DetachState.Entry |
memberNames| Constructor and Description |
|---|
DetachState(ApiAdapter api)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DetachState.Entry |
getDetachedCopyEntry(Object pc)
Get any existing detached copy object for the passed in PersistenceCapable
|
void |
setDetachedCopyEntry(Object pc,
Object detachedPC)
Set to the current state a detached copy object
|
addMemberName, calculateObjectDepthForMember, getCurrentFetchDepth, getObjectDepthForType, removeLatestMemberNamepublic DetachState(ApiAdapter api)
api - The API adapterpublic void setDetachedCopyEntry(Object pc, Object detachedPC)
pc - The persistable objectdetachedPC - the Detached persistable objectpublic DetachState.Entry getDetachedCopyEntry(Object pc)
pc - the PersistenceCapable of the object searchedCopyright © 2013. All Rights Reserved.