JasperReports / iReport是否与Hibernate注释一起使用?

时间:2009-08-17 18:09:42

标签: java hibernate annotations jasper-reports ireport

我想将现有的应用程序与JasperReports集成。但是,在使用iReport创建报表时,向导会向我询问hibernate.hbm.xml。由于我正在使用注释,我根本就没有注释。 iReport是否可以使用Hibernate注释?如果是这样,我该如何配置iReport?

1 个答案:

答案 0 :(得分:3)

我不知道iReport是否可以使用注释,即使是这种情况,您仍需要hibernate.hbm.xml(或手动配置,或弹簧)。

我建议在JasperReport中使用hibernate实体作为POJO - 即使用BeanCollectionDataSource,并执行所有操作以获取JasperReport“外部”的集合