类 PayLogExtendsTypeHandler
- java.lang.Object
-
- org.apache.ibatis.type.TypeReference<T>
-
- org.apache.ibatis.type.BaseTypeHandler<PayLogExtends>
-
- net.guerlab.spring.mybatis.typehandlers.PayLogExtendsTypeHandler
-
- 所有已实现的接口:
org.apache.ibatis.type.TypeHandler<PayLogExtends>
public class PayLogExtendsTypeHandler extends org.apache.ibatis.type.BaseTypeHandler<PayLogExtends>
扩展信息表类型处理- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 PayLogExtendsTypeHandler()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 PayLogExtendsgetNullableResult(CallableStatement cs, int columnIndex)PayLogExtendsgetNullableResult(ResultSet rs, int columnIndex)PayLogExtendsgetNullableResult(ResultSet rs, String columnName)voidsetNonNullParameter(PreparedStatement ps, int i, PayLogExtends parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
-
-
方法详细资料
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, PayLogExtends parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
- 指定者:
setNonNullParameter在类中org.apache.ibatis.type.BaseTypeHandler<PayLogExtends>- 抛出:
SQLException
-
getNullableResult
public PayLogExtends getNullableResult(ResultSet rs, String columnName) throws SQLException
- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<PayLogExtends>- 抛出:
SQLException
-
getNullableResult
public PayLogExtends getNullableResult(ResultSet rs, int columnIndex) throws SQLException
- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<PayLogExtends>- 抛出:
SQLException
-
getNullableResult
public PayLogExtends getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<PayLogExtends>- 抛出:
SQLException
-
-