Hi,
I want to do something like:
getHibernateTemplate().find("from Boo where id in ?",list);
where list is dynamic ArrayList, array, Set, Map, etc.
Could this be done with Spring...
Type: Posts; User: apunkto; Keyword(s):
Hi,
I want to do something like:
getHibernateTemplate().find("from Boo where id in ?",list);
where list is dynamic ArrayList, array, Set, Map, etc.
Could this be done with Spring...
Hi, I'm using Spring JDBCTemplate, Weblogic 8.16
When I used Spring 1.2.8, it worked fine, but with 2.0 RC3 I'm getting following Weblogic warnings:
<29.08.2006 16:39:42 EEST> <Warning> <JDBC>...
If org.springframework.transaction.jta.JtaTransactionManager is used, then no additional Hibernate configuration should be defined.
API Quote: "Therefore, as long as JtaTransactionManager...
Hi,
I'm using Hibernate with Spring managet JTA Transactions in Weblogic server. If I call an empty service-layer method from web-layer, one JTA transaction is created, as...