Re: [hibernate-dev] Hibernate as a persistence engine

2010-01-05 Thread Adam Warski
Hello, > 1) There need be a separation between the "database model" and the > "entity model" and there should be a "binding" that describes the > relation between the 2. As far as Hibernate processing is concerned > (run-time) it is this binding information that is of the utmost > importance. Ye

Re: [hibernate-dev] Hibernate as a persistence engine

2010-01-04 Thread Steve Ebersole
First, this code does not build on the JPA 2 metamodel. It was started actually before JPA 2 was started. It does however share some similar concepts with the JPA 2 metamodel which I suggested we should leverage. Of course the JPA 2 metamodel makes the assumption that the object model is what we

[hibernate-dev] Hibernate as a persistence engine

2009-12-23 Thread Adam Warski
Hello, I took a look at the new meta-model proposed by Steve; in case anybody hasn't seen it it's here: http://anonsvn.jboss.org/repos/hibernate/sandbox/trunk/new-metadata/ If I correctly understood Steve and the code, the model builds on the JPA2 meta-model. In the proposition there are three