I have a class of data that I am persisting using JDO on GWT and have a requirement for storing two sets of the same classes separately, one set is raw data and the other amalgamated and processed.
Is there an easy way to do this, have tried to find it in the docs with no luck.
Thanks,
Aron.
No. Neither JDO or JPA would support such a thing. Obviously you could subclass the class and have the subclass for the amalgamated/processed data and store it in its own table