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