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
@@ -207,6 +212,9 @@ AND title like ‘someTitle’]]></source>
207
212
@Select("SELECT * FROM BLOG")
208
213
List<Blog> selectBlog();
209
214
}]]></source>
215
+
216
+
<p><spanclass="label important">NOTA</span> Puedes utilizar Apache Velocity como lenguaje dinámico. Echa un vistazo al proyecto MyBatis-Velocity para conocer los detalles.</p>
217
+
210
218
<p>También puedes implementar tu propio lenguaje implementado el siguiente interfaz:</p>
@@ -207,6 +212,9 @@ AND title like ‘someTitle’]]></source>
207
212
@Select("SELECT * FROM BLOG")
208
213
List<Blog> selectBlog();
209
214
}]]></source>
215
+
216
+
<p><spanclass="label important">NOTE</span> You can use Apache Velocity as your dynamic language. Have a look at the MyBatis-Velocity project for the details.</p>
217
+
210
218
<p>You can also implement your own language driver by implementing the following interface:</p>
0 commit comments