类 MyBaseTypeHander<T>

  • 所有已实现的接口:
    org.apache.ibatis.type.TypeHandler<T>

    public class MyBaseTypeHander<T>
    extends org.apache.ibatis.type.BaseTypeHandler<T>
    • 构造器详细资料

      • MyBaseTypeHander

        public MyBaseTypeHander()
    • 方法详细资料

      • setNonNullParameter

        public void setNonNullParameter​(PreparedStatement ps,
                                        int i,
                                        T parameter,
                                        org.apache.ibatis.type.JdbcType jdbcType)
                                 throws SQLException
        指定者:
        setNonNullParameter 在类中 org.apache.ibatis.type.BaseTypeHandler<T>
        抛出:
        SQLException
      • getNullableResult

        public T getNullableResult​(ResultSet rs,
                                   String columnName)
                            throws SQLException
        指定者:
        getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<T>
        抛出:
        SQLException
      • getNullableResult

        public T getNullableResult​(ResultSet rs,
                                   int columnIndex)
                            throws SQLException
        指定者:
        getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<T>
        抛出:
        SQLException
      • getNullableResult

        public T getNullableResult​(CallableStatement cs,
                                   int columnIndex)
                            throws SQLException
        指定者:
        getNullableResult 在类中 org.apache.ibatis.type.BaseTypeHandler<T>
        抛出:
        SQLException