Hi all, I've run into an issue I can't seem to solve using the default Proxy mechanism in Open JPA. For building indexes in Cassandra, I need to store both the value at load time, and the current value via a proxy for any field. I know the proxy has the change tracker, but that does not contain a pointer to the original value. How can I go about creating a custom proxy that will automatically be injected by Open JPA when an Entity is saved or loaded?
Thanks, Todd
