org.apache.ibatis.transaction.managed
Class ManagedTransactionFactory
java.lang.Object
org.apache.ibatis.transaction.managed.ManagedTransactionFactory
- All Implemented Interfaces:
- TransactionFactory
public class ManagedTransactionFactory
- extends Object
- implements TransactionFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedTransactionFactory
public ManagedTransactionFactory()
setProperties
public void setProperties(Properties props)
- Specified by:
setProperties in interface TransactionFactory
newTransaction
public Transaction newTransaction(Connection conn,
boolean autoCommit)
- Specified by:
newTransaction in interface TransactionFactory
Copyright © 2010-2011 MyBatis.org. All Rights Reserved.