jasper « Connection « JPA Q&A





1. Hibernate custom connection    stackoverflow.com

I have some data in regular database tables, and some data are read from files. I want to leverage reporting tools facilities, so i would like "present" to the report tool ...

2. How to get the same database connection as JPA used using Java?    stackoverflow.com

I am using Jasper Reports for report generation. I am using temporary tables to generate reports for which I need the same connection used by JPA while creating temporary table how do ...

3. JPA/Jibernate X Jasper (pass connection) best practice?    forum.hibernate.org

Hello, I'm using JPA / Hibernate and read some examples where the Internet is the connection issue par through the report as I am using JDBC JPA would like to know if there is another way to get get the connection because the connection like this: [code] EntityManagerFactory emf = Persistence.createEntityManagerFactory ( "JPA9"); EntityManager in emf.createEntityManager = (); [/ code] About ...