Skip to content

Commit cf4c267

Browse files
committed
Updated config DTD. mybatis/mybatis-3#677
1 parent 1afcb9b commit cf4c267

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dtd/mybatis-3-config.dtd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
limitations under the License.
1717
1818
-->
19-
<!ELEMENT configuration (properties?, settings?, typeAliases?, typeHandlers?, objectFactory?, objectWrapperFactory?, plugins?, environments?, databaseIdProvider?, mappers?)>
19+
<!ELEMENT configuration (properties?, settings?, typeAliases?, typeHandlers?, objectFactory?, objectWrapperFactory?, reflectorFactory?, plugins?, environments?, databaseIdProvider?, mappers?)>
2020

2121
<!ELEMENT databaseIdProvider (property*)>
2222
<!ATTLIST databaseIdProvider
@@ -70,6 +70,11 @@ type CDATA #REQUIRED
7070
type CDATA #REQUIRED
7171
>
7272

73+
<!ELEMENT reflectorFactory EMPTY>
74+
<!ATTLIST reflectorFactory
75+
type CDATA #REQUIRED
76+
>
77+
7378
<!ELEMENT plugins (plugin+)>
7479

7580
<!ELEMENT plugin (property*)>

0 commit comments

Comments
 (0)