Wondering how to leverage hibernate pojo mapped to database view as satabase view doesnt have ID i.e. primary key
That means the pojo doesnt have ID.
I will be using the values in the pojo to generate JSF h:dataTable with ID value as the link , so that when users click on the ID link it will populate the remaining fields on the form
Any pointers/suggestions will be highly appreciated
