Autonomous transaction in TopLink
I am facing a problem, I want to implement autonomou开发者_如何学运维s transaction in TopLink, but I am not too sure about if it is possible or not. I have a also worked on hibernate, as we have stateless session there... do we have something same in TopLink... Please help.
Without configuring JTA integration the UnitOfWork from TopLink is autonomous. What specifically are you attempting to do?
精彩评论