I have created a entity class as @Entity @Table(name="updates")
public class E_UpdateView{ @Id
I want to map it to a SQL view "updates.
W