You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
548 B
XML
11 lines
548 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE sqlMapConfig
|
|
PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"
|
|
"http://ibatis.apache.org/dtd/sql-map-config-2.dtd">
|
|
<sqlMapConfig>
|
|
<typeHandler jdbcType="CLOB" javaType="java.lang.String" callback="org.springframework.orm.ibatis.support.ClobStringTypeHandler" />
|
|
<typeHandler jdbcType="BLOB" javaType="[B" callback="org.springframework.orm.ibatis.support.BlobByteArrayTypeHandler" />
|
|
|
|
<sqlMap resource="com/hst/common/xmlsql/business/bus_tax_gt3.xml"/>
|
|
|
|
</sqlMapConfig> |