Hibernate orm for a view
Posted
by EugeneP
on Stack Overflow
See other posts from Stack Overflow
or by EugeneP
Published on 2010-03-17T12:58:04Z
Indexed on
2010/03/17
13:01 UTC
Read the original article
Hit count: 345
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?
© Stack Overflow or respective owner