Hi,
Can anyone show me how I can select from multiple database tables?

for example:

String sql = "select category.category_id, item.item_id from category ,
item where category.status=item.status"

How do I represent the above sql into Criteria object? Is it possible to do
this?

thanks
Tanay



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to