public interface MybatisHandler
Modifier and Type | Method and Description |
---|---|
void |
closeSqlSession() |
void |
closeSqlSession(String sessionFactoryName) |
<R> R |
withSqlSession(MybatisCallback<R> callback) |
<R> R |
withSqlSession(String sessionFactoryName,
MybatisCallback<R> callback) |
@Nullable <R> R withSqlSession(@Nonnull MybatisCallback<R> callback) throws RuntimeMybatisException
RuntimeMybatisException
@Nullable <R> R withSqlSession(@Nonnull String sessionFactoryName, @Nonnull MybatisCallback<R> callback) throws RuntimeMybatisException
RuntimeMybatisException
void closeSqlSession()