Scenario, I am working on user and scheme application.Web page is there to create and update user. similarly scheme page is available to create and update. Now using hibernate I have many to many relationship with user to scheme table. I have created USER SCHEME and USER_SCHEME tables and saving them.
scheme has huge number of users. Now I have condition if a user updates his details, if he has more than 10 certification then in schema web page he has to be highlighted with star award. SO now i m in scheme page I have only schem id. I need to identify only the updated user with more than 10 certification.