Just as in title, to read data I want to use SQL View and to edit the data SQL Table. I've tried to JOIN the tables in JPA, but it's useless.
How to do that?
Greetings, Rafał
Edit: Hmmm, this is a little bit more complex question.
So I have a table and a view in PostgreSQL.
View is used to show the values with simple functions like round or join.
I'm using grid in vaadin which is like a fully functional table, grid accepts one class with data.
It has an inline editing, and I want to show the data on a grid from the view, but edit the data in table.