Edit D:\rfid\libsystem\WEB-INF\classes\com\jishen\libsystem\mapping\ParCatFieldhintMapper.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.jishen.libsystem.dao.ParCatFieldhintMapper"> <resultMap id="BaseResultMap" type="com.jishen.libsystem.entity.ParCatFieldhint"> <id column="FIELD" jdbcType="VARCHAR" property="field" /> <result column="HINT" jdbcType="VARCHAR" property="hint" /> <result column="INDICATOR1" jdbcType="VARCHAR" property="indicator1" /> <result column="INDICATOR2" jdbcType="VARCHAR" property="indicator2" /> <result column="NECESS1" jdbcType="CHAR" property="necess1" /> <result column="NECESS3" jdbcType="CHAR" property="necess3" /> <result column="NECESS4" jdbcType="CHAR" property="necess4" /> <result column="REPEAT" jdbcType="CHAR" property="repeat" /> <result column="LENGTH" jdbcType="DECIMAL" property="length" /> </resultMap> <sql id="Base_Column_List"> FIELD, HINT, INDICATOR1, INDICATOR2, NECESS1, NECESS3, NECESS4, REPEAT, LENGTH </sql> <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from PAR_CAT_FIELDHINT where FIELD = #{field,jdbcType=VARCHAR} </select> <delete id="deleteByPrimaryKey" parameterType="java.lang.String"> delete from PAR_CAT_FIELDHINT where FIELD = #{field,jdbcType=VARCHAR} </delete> <insert id="insert" parameterType="com.jishen.libsystem.entity.ParCatFieldhint"> insert into PAR_CAT_FIELDHINT (FIELD, HINT, INDICATOR1, INDICATOR2, NECESS1, NECESS3, NECESS4, REPEAT, LENGTH) values (#{field,jdbcType=VARCHAR}, #{hint,jdbcType=VARCHAR}, #{indicator1,jdbcType=VARCHAR}, #{indicator2,jdbcType=VARCHAR}, #{necess1,jdbcType=CHAR}, #{necess3,jdbcType=CHAR}, #{necess4,jdbcType=CHAR}, #{repeat,jdbcType=CHAR}, #{length,jdbcType=DECIMAL}) </insert> <insert id="insertSelective" parameterType="com.jishen.libsystem.entity.ParCatFieldhint"> insert into PAR_CAT_FIELDHINT <trim prefix="(" suffix=")" suffixOverrides=","> <if test="field != null"> FIELD, </if> <if test="hint != null"> HINT, </if> <if test="indicator1 != null"> INDICATOR1, </if> <if test="indicator2 != null"> INDICATOR2, </if> <if test="necess1 != null"> NECESS1, </if> <if test="necess3 != null"> NECESS3, </if> <if test="necess4 != null"> NECESS4, </if> <if test="repeat != null"> REPEAT, </if> <if test="length != null"> LENGTH, </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="field != null"> #{field,jdbcType=VARCHAR}, </if> <if test="hint != null"> #{hint,jdbcType=VARCHAR}, </if> <if test="indicator1 != null"> #{indicator1,jdbcType=VARCHAR}, </if> <if test="indicator2 != null"> #{indicator2,jdbcType=VARCHAR}, </if> <if test="necess1 != null"> #{necess1,jdbcType=CHAR}, </if> <if test="necess3 != null"> #{necess3,jdbcType=CHAR}, </if> <if test="necess4 != null"> #{necess4,jdbcType=CHAR}, </if> <if test="repeat != null"> #{repeat,jdbcType=CHAR}, </if> <if test="length != null"> #{length,jdbcType=DECIMAL}, </if> </trim> </insert> <update id="updateByPrimaryKeySelective" parameterType="com.jishen.libsystem.entity.ParCatFieldhint"> update PAR_CAT_FIELDHINT <set> <if test="hint != null"> HINT = #{hint,jdbcType=VARCHAR}, </if> <if test="indicator1 != null"> INDICATOR1 = #{indicator1,jdbcType=VARCHAR}, </if> <if test="indicator2 != null"> INDICATOR2 = #{indicator2,jdbcType=VARCHAR}, </if> <if test="necess1 != null"> NECESS1 = #{necess1,jdbcType=CHAR}, </if> <if test="necess3 != null"> NECESS3 = #{necess3,jdbcType=CHAR}, </if> <if test="necess4 != null"> NECESS4 = #{necess4,jdbcType=CHAR}, </if> <if test="repeat != null"> REPEAT = #{repeat,jdbcType=CHAR}, </if> <if test="length != null"> LENGTH = #{length,jdbcType=DECIMAL}, </if> </set> where FIELD = #{field,jdbcType=VARCHAR} </update> <update id="updateByPrimaryKey" parameterType="com.jishen.libsystem.entity.ParCatFieldhint"> update PAR_CAT_FIELDHINT set HINT = #{hint,jdbcType=VARCHAR}, INDICATOR1 = #{indicator1,jdbcType=VARCHAR}, INDICATOR2 = #{indicator2,jdbcType=VARCHAR}, NECESS1 = #{necess1,jdbcType=CHAR}, NECESS3 = #{necess3,jdbcType=CHAR}, NECESS4 = #{necess4,jdbcType=CHAR}, REPEAT = #{repeat,jdbcType=CHAR}, LENGTH = #{length,jdbcType=DECIMAL} where FIELD = #{field,jdbcType=VARCHAR} </update> <select id="listSelective" parameterType="com.jishen.libsystem.entity.ParCatFieldhint" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from PAR_CAT_FIELDHINT where 1=1 </select> </mapper>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de