Is it possible to use a single Transaction boundary for Hibernate Session and a plain JDBC query. ?
The database and the datasource configurations are similar for both.
Is it possible to use a single Transaction boundary for Hibernate Session and a
Share
Yes. Use
HibernateTransactionManager. Below is taken from its javadoc