I already have created JPA entities from database tables.
I would like to know if we can create JPA entities for database Views.
I already have created JPA entities from database tables.
I would like to know if we can create JPA entities for database Views.
Yes you can. Here is a blog post about it, from first page of a google search.