Ques. Get javax.sql.DataSource from javax.persistence.EntityManager

- How is it possible to programmatically retrieve the underlying DataSource from an EntityManager?

Posted on Jul 10, 2014 by Abhi
Ans. @Resource(name = "jdbc/...")
private DataSource dataSource;

Then providing the datasource as an argument to the API.
Posted on Jul 12, 2014 by Lauren

Enter your Answer

Name
Email Address
Answer