Is accessing the database view are same as tables using hibernate3 and springframework ?. I get a null values populated . The hibernate mapping was done using middlegen to generate the mapping file for the Oracle view. Rest was all the same as accesing a table .
List l = this.getHibernateTemplate().find("from abcView")
The returned list size was actually the number of records in the view, but all of the individual elements in the returned list are NULL. Appreciate your help.
Thanks
