Interface SqlSession

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DefaultSqlSession, SqlSessionManager

public interface SqlSession extends Closeable
The primary Java interface for working with MyBatis. Through this interface you can execute commands, get mappers and manage transactions.
Author:
Clinton Begin