hi,
Just wanted to know which function to use when i am using iReport with Hibernate. I could retrieve the data by running th e report (with HQL) from iReport. What do i have to do to call it from my Java application ?
For normal Sql connection i could use:
JasperFillManager.fillReportToFile(reportNames + ".jasper", param, getConnection());
But with Hibernate, what do i need to do ?
Thanks for any help
Tony
Just wanted to know which function to use when i am using iReport with Hibernate. I could retrieve the data by running th e report (with HQL) from iReport. What do i have to do to call it from my Java application ?
For normal Sql connection i could use:
JasperFillManager.fillReportToFile(reportNames + ".jasper", param, getConnection());
But with Hibernate, what do i need to do ?
Thanks for any help
Tony