hibernate-dev  

[hibernate-dev] Would ResultSetMetaData be exposed to ScrollableResult ?

dvd
Tue, 01 Jul 2008 08:08:32 -0700

Hello: 

Pardon me if it has been answered before but I could not find 
via different searches on Hibernate or Google. 

createSQLQuery("select * from A,B where <condition>").iterate() /scroll()
to get earch row and do processing. 
the doc says the above returns Object[] , which is great 
except that but there is no public API  to access the
 ResultSetMetaData  even though the doc says it uses it to derive column info.
I wonder if this object could be exposed.

Thanks in advance.
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
  • [hibernate-dev] Would ResultSetMetaData be exposed to ScrollableResult ? dvd