Search:

Type: Posts; User: apunkto; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    7,509

    Hibernate in-clause + HibernateTemplate

    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...
  2. Replies
    5
    Views
    4,509

    Connection Leak, using JDBCTemplate

    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>...
  3. If...

    If org.springframework.transaction.jta.JtaTransactionManager is used, then no additional Hibernate configuration should be defined.


    API Quote: "Therefore, as long as JtaTransactionManager...
  4. Hibernate using Spring managed JTA transactions

    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...
Results 1 to 4 of 4