Java org.apache.ibatis.transaction TransactionFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.ibatis.transaction TransactionFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.ibatis.transaction TransactionFactory.

The text is from its open source code.

Implementation

org.apache.ibatis.transaction.TransactionFactory has the following implementations.
Click this link to see all its implementation.

Method

TransactionnewTransaction(DataSource dataSource, TransactionIsolationLevel level, boolean autoCommit)
Creates a Transaction out of a datasource.
TransactionnewTransaction(Connection conn)
Creates a Transaction out of an existing connection.
voidsetProperties(Properties props)
Sets transaction factory custom properties.