tags:

views:

18

answers:

1

hi i have a query

i got a list from Criteria in hibernate. after that i want to add a condition on that list

can i do that

A: 

I didn't understand. Once you got the list of entities you can do whatever you want with them. What exactly adding a condition means? And if you want to restrict the result set by adding for some condition you can do that using Criteria or in the query.

Reddy