
com.penglecode.mybatis.ex.SqlSessionCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-ex Show documentation
Show all versions of mybatis-ex Show documentation
mybatis的自定义扩展。
版本1.0.0 支持mybatis 3.2|3.3版本
版本1.0.1 支持mybatis 3.4版本
The newest version!
package com.penglecode.mybatis.ex;
import org.apache.ibatis.session.SqlSession;
/**
* SqlSession回调类
* @param
* @author pengpeng
* @date 2014年7月11日 下午1:26:02
* @version 1.0
*/
public interface SqlSessionCallback {
public T doInSqlSession(SqlSession sqlSession);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy