|
Hi
I read a few posts and gathered that Hibernate 3.2 will have setResultTransformer support for native SQL queries, which will be great!. Meanwhile, is there any equivalent feature in Hibernate 3.1?
What I want to do is execute a native SQL query for which I dont have a java entity. And so from the result of the query I want to get the column names returned. Is there any way to do that currently in Hibernate 3.1 or the only way right now is to use regular JDBC stuff i.e. ResultSetMetaData? Thanks.
Neha.
|