Skip to content

Commit 7432103

Browse files
committed
Updated mapper DTD. mybatis/mybatis-3#721
1 parent 1bce3cd commit 7432103

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dtd/mybatis-3-mapper.dtd

100644100755
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!--
33
4-
Copyright 2009-2016 the original author or authors.
4+
Copyright 2009-2017 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -89,6 +89,7 @@ jdbcType CDATA #IMPLIED
8989
typeHandler CDATA #IMPLIED
9090
select CDATA #IMPLIED
9191
resultMap CDATA #IMPLIED
92+
name CDATA #IMPLIED
9293
>
9394

9495
<!ELEMENT arg EMPTY>
@@ -99,6 +100,7 @@ jdbcType CDATA #IMPLIED
99100
typeHandler CDATA #IMPLIED
100101
select CDATA #IMPLIED
101102
resultMap CDATA #IMPLIED
103+
name CDATA #IMPLIED
102104
>
103105

104106
<!ELEMENT collection (constructor?,id*,result*,association*,collection*, discriminator?)>

0 commit comments

Comments
 (0)