[DBUnit] how to extract data from my database on the basis of some condition
leo zeo
Greenhorn
Joined: Jun 20, 2008
Posts: 8
posted
0
according to this code i will get the complete data of all tables of user table and its dependent tables.
Is there any method by which i can pass some condition to fetch the records?
my query would be like ...fetch me the records associated with only user_id=5 instead of fetching all records of user table and its dependent tables.