I have created a view which will be used for fetching the data only(readonly)
View : Grid_View
> My Hib
You have two options either add Composite Key or add
<id column="ROWID" type="string" />
Hibernate need unique key to map. Best approach is to add primary key.