public interface Proxy
| Modifier and Type | Method and Description | 
|---|---|
Object | 
copy(Object orig)
Return an unproxied copy of the given instance. 
 | 
ChangeTracker | 
getChangeTracker()
Return the change tracker for this proxy, or null if none. 
 | 
OpenJPAStateManager | 
getOwner()
Return the owning object. 
 | 
int | 
getOwnerField()
Return the owning field index. 
 | 
void | 
setOwner(OpenJPAStateManager sm,
        int field)
Reset the state of the proxy, and set the owning instance of the
 proxy and the name of the field it is assigned to. 
 | 
void setOwner(OpenJPAStateManager sm, int field)
OpenJPAStateManager getOwner()
int getOwnerField()
ChangeTracker getChangeTracker()
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.