Michael Hunger wrote:
So we can easily add the map based store on rdbms we talked about (single big table).
That would be trivial, yes.
Regarding the legacy store - I'll handle that. Perhaps we can even have it mimick a key-value map approach. That would be interesting.
Ok, good. To that end I have made a lazy-loading version of DefaultEntityState, where you only return a proxy on getEntityState() so that you can fetch the actual properties lazily, if you want to. Should help in this case, and maybe also for Neo4j.
/Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

