Class ReflectingPersistenceCapable

java.lang.Object
org.apache.openjpa.enhance.ReflectingPersistenceCapable
All Implemented Interfaces:
Serializable, ManagedInstanceProvider, PersistenceCapable

public class ReflectingPersistenceCapable extends Object implements PersistenceCapable, ManagedInstanceProvider, Serializable
Implementation of the PersistenceCapable interface that can handle the persistence-capable contract for instances that were not enhanced before class load time.
Since:
1.0.0
See Also: