class PersistenceCapableImpl implements PersistenceCapable(Code)
This class is used to implement "lookalike" PersistenceCapable
functionality in Enhancer-generated classes. It is separated from
InterfaceInvocationHandler primarily to enforce a separation of
concerns.
These methods are typically not called on Enhancer-generated objects
unless JDOHelper methods are used to interrogate the item.
Methods that are only relevant to the interaction between an instance
and a JDO StateManager throw UnsupportedOperationException. That
means it is not possible for other JDO implementations to manage
XORM objects at this time.