|
|
@ -6,7 +6,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<resultMap id="BaseResultMap" type="com.supervision.pdfqaserver.domain.DomainMetadata">
|
|
|
|
<resultMap id="BaseResultMap" type="com.supervision.pdfqaserver.domain.DomainMetadata">
|
|
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
<id property="id" column="id" jdbcType="VARCHAR"/>
|
|
|
|
<result property="domainType" column="domain_type" jdbcType="VARCHAR"/>
|
|
|
|
|
|
|
|
<result property="sourceType" column="source_type" jdbcType="VARCHAR"/>
|
|
|
|
<result property="sourceType" column="source_type" jdbcType="VARCHAR"/>
|
|
|
|
<result property="relation" column="relation" jdbcType="VARCHAR"/>
|
|
|
|
<result property="relation" column="relation" jdbcType="VARCHAR"/>
|
|
|
|
<result property="targetType" column="target_type" jdbcType="VARCHAR"/>
|
|
|
|
<result property="targetType" column="target_type" jdbcType="VARCHAR"/>
|
|
|
@ -17,7 +16,7 @@
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
id,domain_type,source_type,
|
|
|
|
id,source_type,
|
|
|
|
relation,target_type,generation_type,domain_category_id,
|
|
|
|
relation,target_type,generation_type,domain_category_id,
|
|
|
|
create_time,update_time
|
|
|
|
create_time,update_time
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|