This content has been marked as final.
Show 1 reply
-
1. Re: JPA and View
fhh Mar 10, 2007 4:10 PM (in response to pesho4uka)Yes , you can but it doesn't make much sense.
Firstly ou will not be able to persist anything to the view unless you view is updatable/insertable or you write an instead of insrt/update trigger.
Secondly, the JPAs support for not normalized data is somewhat disappointing.
Regards
Felix