Hibernate version: 3.2
Mapping documents:
Name and version of the database you are using: SQLServer
Hello,
I have a problem concerning the mapping of a view to a Java-Object. I have three views which should be mapped to an Java-Class. The object itself should be written into a normal table of course.
So what I want is that I can get a List of Java-Objects by telling Hibernate something like: "create list of objects by using View A" and in another query "create list of objects by using View B", "changes should be written into table C"
Is this possible?
|