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
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
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
---