Class DefaultSqlSession

java.lang.Object
org.apache.ibatis.session.defaults.DefaultSqlSession
All Implemented Interfaces:
Closeable, AutoCloseable, SqlSession

public class DefaultSqlSession extends Object implements SqlSession
The default implementation for SqlSession. Note that this class is not Thread-Safe.
Author:
Clinton Begin