-
Nov 2nd, 2005, 02:56 AM
#1
Query the database views
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules