patty
patty

Reputation: 58

Birt report with hibernate

Hi I'm trying to find a way to create birt reports with datasets based on a hibernate data source. However, I downloaded eclipse report designer and related plugins, but can't seem to find an option for hibernate data source. Was this functionality taken out?

I have gone through a couple of links and either they are old libraries or the integration is done via seam. The only reasonable examples i found are using Scripted data source to access hibernate POJOs. But nothing on how to access hibernate entities directly from the report at least in the latest versions of birt.

Or is there something that I'm missing?

Upvotes: 1

Views: 1008

Answers (1)

Lukasz Frankowski
Lukasz Frankowski

Reputation: 3175

You can check my approach based on POJO data source (without using scripting data source). I finally found some time today to describe it here.

Upvotes: 1

Related Questions