We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e04c37 + f2e562c commit 29e687eCopy full SHA for 29e687e
src/main/java/org/apache/ibatis/session/defaults/DefaultSqlSession.java
@@ -37,6 +37,10 @@
37
import org.apache.ibatis.session.SqlSession;
38
39
/**
40
+ *
41
+ * Note: This class is not Thread-Safe. Only one thread at a time should access {@link DefaultSqlSession}.
42
+ * Refer docs concerning <a href="http://mybatis.github.io/mybatis-3/getting-started.html">SqlSession</a> for more info.
43
44
* @author Clinton Begin
45
*/
46
public class DefaultSqlSession implements SqlSession {
0 commit comments