Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Ecliselink-Hibernate Integartion issue.

Hi All,

I have an application which is built using hibernate as ORM. It interacts with another application, built using eclipselink as ORM ,through adapter .
Now the problem is when the hibernate application interact with eclipselink application. Hibernate provides an api sessionFactory.openSession(connection) but there is no equivalent api in eclipselink.
One hibernate application can interact with another hibernate application by opening hibernate session using the java.sql.Connection .
 Is there any way where Eclipselink session can be opened using the java.sql.Connection object obtained from hibernate application.

Please suggest some ways to achieve this.

Regards
Amit kumar


Back to the top