You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/FreeMarkerLanguageDriver.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerLanguageDriver</a></td>
116
-
<thclass="colLast" scope="row">
72
+
</thead>
73
+
<tbody>
74
+
<trclass="alt-color" id="i0">
75
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/FreeMarkerLanguageDriver.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerLanguageDriver</a></td>
76
+
<thclass="col-last" scope="row">
117
77
<divclass="block">Adds FreeMarker templates support to scripting in MyBatis.</div>
118
78
</th>
119
79
</tr>
120
-
<trid="i1" class="rowColor">
121
-
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/FreeMarkerLanguageDriverConfig.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerLanguageDriverConfig</a></td>
122
-
<thclass="colLast" scope="row">
80
+
<trclass="row-color" id="i1">
81
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/FreeMarkerLanguageDriverConfig.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerLanguageDriverConfig</a></td>
82
+
<thclass="col-last" scope="row">
123
83
<divclass="block">Configuration class for <ahref="org/mybatis/scripting/freemarker/FreeMarkerLanguageDriver.html" title="class in org.mybatis.scripting.freemarker"><code>FreeMarkerLanguageDriver</code></a>.</div>
124
84
</th>
125
85
</tr>
126
-
<trid="i2" class="altColor">
127
-
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/FreeMarkerLanguageDriverConfig.TemplateFileConfig.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerLanguageDriverConfig.TemplateFileConfig</a></td>
128
-
<thclass="colLast" scope="row">
86
+
<trclass="alt-color" id="i2">
87
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/FreeMarkerLanguageDriverConfig.TemplateFileConfig.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerLanguageDriverConfig.TemplateFileConfig</a></td>
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/FreeMarkerLanguageDriverConfig.TemplateFileConfig.PathProviderConfig.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerLanguageDriverConfig.TemplateFileConfig.PathProviderConfig</a></td>
134
-
<thclass="colLast" scope="row">
92
+
<trclass="row-color" id="i3">
93
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/FreeMarkerLanguageDriverConfig.TemplateFileConfig.PathProviderConfig.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerLanguageDriverConfig.TemplateFileConfig.PathProviderConfig</a></td>
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/FreeMarkerSqlSource.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerSqlSource</a></td>
140
-
<thclass="colLast" scope="row">
98
+
<trclass="alt-color" id="i4">
99
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/FreeMarkerSqlSource.html" title="class in org.mybatis.scripting.freemarker">FreeMarkerSqlSource</a></td>
100
+
<thclass="col-last" scope="row">
141
101
<divclass="block">Applies provided parameter(s) to FreeMarker template.</div>
142
102
</th>
143
103
</tr>
144
-
<trid="i5" class="rowColor">
145
-
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/GeneratedParamsTemplateModel.html" title="class in org.mybatis.scripting.freemarker">GeneratedParamsTemplateModel</a></td>
146
-
<thclass="colLast" scope="row">
104
+
<trclass="row-color" id="i5">
105
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/GeneratedParamsTemplateModel.html" title="class in org.mybatis.scripting.freemarker">GeneratedParamsTemplateModel</a></td>
106
+
<thclass="col-last" scope="row">
147
107
<divclass="block">Just a wrapper for list of generated params.</div>
148
108
</th>
149
109
</tr>
150
-
<trid="i6" class="altColor">
151
-
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/MyBatisParamDirective.html" title="class in org.mybatis.scripting.freemarker">MyBatisParamDirective</a></td>
152
-
<thclass="colLast" scope="row">
110
+
<trclass="alt-color" id="i6">
111
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/MyBatisParamDirective.html" title="class in org.mybatis.scripting.freemarker">MyBatisParamDirective</a></td>
112
+
<thclass="col-last" scope="row">
153
113
<divclass="block">Custom FreeMarker directive for generating "#{paramName}" declarations in convenient way.</div>
154
114
</th>
155
115
</tr>
156
-
<trid="i7" class="rowColor">
157
-
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/ParamObjectAdapter.html" title="class in org.mybatis.scripting.freemarker">ParamObjectAdapter</a></td>
158
-
<thclass="colLast" scope="row">
116
+
<trclass="row-color" id="i7">
117
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/ParamObjectAdapter.html" title="class in org.mybatis.scripting.freemarker">ParamObjectAdapter</a></td>
118
+
<thclass="col-last" scope="row">
159
119
<divclass="block">Important: if you are using some object that already has property "p", then MyBatisParamDirective will be unavailable
160
120
from script.</div>
161
121
</th>
162
122
</tr>
163
-
<trid="i8" class="altColor">
164
-
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/support/TemplateFilePathProvider.html" title="class in org.mybatis.scripting.freemarker.support">TemplateFilePathProvider</a></td>
165
-
<thclass="colLast" scope="row">
123
+
<trclass="alt-color" id="i8">
124
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/support/TemplateFilePathProvider.html" title="class in org.mybatis.scripting.freemarker.support">TemplateFilePathProvider</a></td>
125
+
<thclass="col-last" scope="row">
166
126
<divclass="block">The SQL provider class that return the SQL template file path.</div>
167
127
</th>
168
128
</tr>
169
-
<trid="i9" class="rowColor">
170
-
<tdclass="colFirst"><ahref="org/mybatis/scripting/freemarker/support/TemplateFilePathProvider.PathGenerator.html" title="interface in org.mybatis.scripting.freemarker.support">TemplateFilePathProvider.PathGenerator</a></td>
171
-
<thclass="colLast" scope="row">
129
+
<trclass="row-color" id="i9">
130
+
<tdclass="col-first"><ahref="org/mybatis/scripting/freemarker/support/TemplateFilePathProvider.PathGenerator.html" title="interface in org.mybatis.scripting.freemarker.support">TemplateFilePathProvider.PathGenerator</a></td>
131
+
<thclass="col-last" scope="row">
172
132
<divclass="block">The interface that implements a function for generating template file path.</div>
0 commit comments