Hibernate criteria
i got a list from Criteria in hibernate. after that i want to add a condition on that list
开发者_StackOverflow社区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.
精彩评论