Skip to content

Commit e29c5de

Browse files
1 parent 9e44218 commit e29c5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/xdoc/java-api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
146146
<p>Now you have a SqlSessionFactory that can be used to create SqlSession instances.</p>
147147

148148
<h4>SqlSessionFactory</h4>
149-
<p>SqlSessionFactory has six methods that are used to create SqlSessionInstances. In general, the decisions you'll be making when selecting one of these methods are:</p>
149+
<p>SqlSessionFactory has six methods that are used to create SqlSession instances. In general, the decisions you'll be making when selecting one of these methods are:</p>
150150
<ul>
151151
<li><strong>Transaction</strong>: Do you want to use a transaction scope for the session, or use auto-commit (usually means no transaction with most databases and/or JDBC drivers)?</li>
152152
<li><strong>Connection</strong>: Do you want MyBatis to acquire a Connection from the configured DataSource for you, or do you want to provide your own?</li>

0 commit comments

Comments
 (0)