|
Can views map to EJB entities?
I made a complex query in the database where a number of tables are combined. Can I directly map the view to an entity, how to map it, and if it is mapped to an entity, do the tables that I want to close must also be mapped to an entity? ? How to use these entities to map into query operations? ? |
|