2025-05-13 09:59:31 +08:00

18 lines
577 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<handlers>
<!--handlers that are added named test_ddl.sql-->
<!--
classthe class name of the handler , mush implement com.primeton.das.test_ddl.sql.impl.handler.INamedSqlHandler
matchNamethe id of the matched named SQL
-->
<!--
<handler id="handler2"
class="com.primeton.server.das.namedsql.handler.Handler1">
<match matchName="selectSchoolByKey"></match>
<match matchName="insertSchool"></match>
<match matchName="updateSchool"></match>
<match matchName="delete.deleteSchool"></match>
</handler>
-->
</handlers>