[Hibernate] help

2004-12-07 Thread Vipul Gaba
I have a table lets say with following fields: id (which is primary key and of identity type) id2 (which is a normal column with lets say int data-type) In the mapping xml for this table, I am using "identity" algorithm for automatic generation of "id" column. Now the primary key "id" w

Re: [Hibernate] help

2004-12-07 Thread Max Rydahl Andersen
On Tue, 7 Dec 2004 17:05:17 +0530, Vipul Gaba <[EMAIL PROTECTED]> wrote: I have a table lets say with following fields: id (which is primary key and of identity type) id2 (which is a normal column with lets say int data-type) In the mapping xml for this table, I am using "identity" algo

[Hibernate] Hibernate testing

2004-12-07 Thread Ashu Jaiswal
Hi, Just out of curiosity, how does one test an ORM application. I came across some mention of benchmarking tools, but do the hibernate developers use some formal test plan/tests for testing the code? If so, is there documentation about such testing? thanks, Ashu ---