Hibernate orm for a view
- by EugeneP
How do you ORM a view?
Is there any difference with a table in terms of reverse engineering?
In my case, I have a whole pile of joined tables that will be read-only in an application.
So, if I need sort of a 1 Object with all collections in proper order, instead of long
chains of relationships - collection with another etc, it'll be simpler.
What do you think and how do you accomplish this?