mybatis/thymeleaf-scripting

Support mybatis:bind like as <bind>

kazuki43zoo opened this issue · 0 comments

In current feature, it does not support for binding new variable like as <bind> provided by xml based scripting language.

I hope to be enabled to write as follow:

/*[# mybatis:bind="firstNamePattern=|%${firstName}%|" /]*/

SELECT * FROM names
  WHERE firstName LIKE /*[('#{firstNamePattern}')]*/ '%Ta%'

Tasks

  • coding
  • testing
  • documentation