Hi
Is there any combination of Hibernate and JCR, I mean storing and retrieving Java objects graph using Hibernate and using JCR to let objects store their own arbitrary data in their JCR node, and probably using Hibernate to store only their JCR node UUID and some general info.
My goal is to use to use Hibernate nice features but still being able to let objects to define their data at runtime.
There is a way to [de]serialize objects data to XML and store them as string, but I want to use JCR instead of doing it manually.
I don’t need to execute any query against stored data and only the data owner (object that have stored them) need to access them.
Regards,
Ali Sakebi
|