tags:

views:

8

answers:

0

I am using dbunit to insert some data into table. Is there a way I can tell DBUnit to use the max(id) as the primary key. or is there any other way in dbunit to insert rows without me having to enter the primary key

Thanks in advance