Hi, Max
I installed and tested the console version and … yes, the object graph (actually a tree, and I think, it should be kept as a tree) is what I was looking for (good job!). BTW, some remarks :
1) I wanted to test the object graph in “real conditions” (not “hello world” conditions). So I used Console with the project I am working on actually (H2.1.4). This project is totalling ~40 mapping files for ~150 persistent objects. To achieve the test, I had to migrate all these files. Not a tremendous work : I just had to change the name of the hibernate mapping dtd file, but… The problem (from my point of view), is that the Console is too tied to Hibernate : tied to Hibernate is normal (Console was made for it) but tied to one version of Hibernate is a pity. The life cycle of Hibernate and Console are not the same.
To use the Console we need to upgrade from Hibernate2 to 3 (Hibernate3 will be alpha, beta, RC for a few months). Then real projects can’t benefit from Console while Hibernate3 is not ready for production. And actual projects will not necessarily migrate from H2 to H3 even if H3 is ready for prod.
AFAICS, using the GOF design patterns Fa
|