Re: Both Ibatis and Hibernat in Same Application
John Hurst <[email protected]>
| Newsgroups | gmane.comp.java.springframework.user |
|---|---|
| Message-ID | <[email protected]> |
We are currently using iBatis and Hibernate in the same Spring application. In our case the iBatis use is mostly (all?) read-only. (In this application iBatis is mostly used for report queries.) If you don't mix them in the same transaction you shouldn't have any problems. Of course you need to be aware that any changes issued through iBatis (or any other SQL mechanism for that matter) are not automatically reflected in Hibernate's caches. But that's a standard Hibernate caveat. John Hurst Welllington, New Zealand On Wed, Apr 8, 2009 at 9:51 AM, nani2ratna <[email protected]> wrote: > > Hi, > > I want to use Ibatis and Hibernate in same application. > Can i use like that. > What problems I might get if I use that. > > Thanks and Regards > Ratna > -- > View this message in context: > http://www.nabble.com/Both-Ibatis-and-Hibernat-in-Same-Application-tp22939061p22939061.html > Sent from the springframework-user mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > Springframework-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/springframework-user > ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Springframework-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/springframework-user