I haven't discovered any way to prevent Hibernate from using transactions, so as a work-around I've switched to MyBatis which works perfectly.
http://www.mybatis.org/spring/index.html
Type: Posts; User: adambuckley; Keyword(s):
I haven't discovered any way to prevent Hibernate from using transactions, so as a work-around I've switched to MyBatis which works perfectly.
http://www.mybatis.org/spring/index.html
Hi All,
For our web application, all DB access is performed via stored procedures. This design decision is set in stone and there is no way I can change it.
Additionally, all transaction...