YNICTE/Dao/bin/Debug/MyBatis/Maps/Config.xml

23 lines
910 B
XML

<?xml version="1.0" encoding="utf-8"?>
<sqlMap xmlns="http://ibatis.apache.org/mapping" xmlns:xsi="http://www.w3.org/TR/xmlschema-1/" namespace="">
<alias>
<typeAlias alias="authgroup" type="NP.Model.AuthGroup, NP.Model" />
<typeAlias alias="userauth" type="NP.Model.UserAuth, NP.Model" />
<!--<typeAlias alias="privateview" type="NP.Model.PrivateView, NP.Model" />-->
</alias>
<cacheModels>
<cacheModel id="configCache" implementation="LRU" >
<flushInterval hours="1" />
<property name="CacheSize" value="1000" />
</cacheModel>
</cacheModels>
<!--<parameterMaps></parameterMaps>-->
<resultMaps></resultMaps>
<statements>
<update id="sys.error" parameterClass="hashtable">
insert into errors (errmsg,userno) values(#err#,#userno#)
</update>
</statements>
</sqlMap>