| com.sleepycat.persist.model.PersistentProxy
PersistentProxy | public interface PersistentProxy (Code) | | |
Method Summary | |
T | convertProxy() Returns a new proxied class instance to which the state of this proxy
instance has been copied. | void | initializeProxy(T object) Copies the state of a given proxied class instance to this proxy
instance. |
convertProxy | T convertProxy()(Code) | | Returns a new proxied class instance to which the state of this proxy
instance has been copied.
|
initializeProxy | void initializeProxy(T object)(Code) | | Copies the state of a given proxied class instance to this proxy
instance.
|
|
|