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 persistable
|
void |
setDetachedCopyEntry(Object pc,
Object detachedPC)
Set to the current state a detached copy object
|
addMemberName, calculateObjectDepthForMember, getCurrentFetchDepth, getObjectDepthForType, removeLatestMemberName
public 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 persistable objectCopyright © 2019. All rights reserved.