Is there a config param for telling iBatis to use an other factory than :
IBatisNet.DataMapper.SessionContainer.SessionContainerFactory ?
I want to control the transaction boundaries from a .net remoting entry point, (every db operation within a remote call is within a same transaction). If the remoting is pooling threads, the WindowSessionContainer would Give me connections from previous remote calls. That is not a problem in itself Since all calls will end with a rollback or commit, but I would like to fetch the connections Lazily (or not grab one at all for remote calls that don’t touch the DB)…
|
- Re: usnig m own IBatisNet.DataMapper.SessionContainer.ISes... Maxime Levesque