Class MyBatisDialect

java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
org.mybatis.scripting.thymeleaf.MyBatisDialect
All Implemented Interfaces:
org.thymeleaf.dialect.IDialect, org.thymeleaf.dialect.IExpressionObjectDialect, org.thymeleaf.dialect.IProcessorDialect

public class MyBatisDialect extends org.thymeleaf.dialect.AbstractProcessorDialect implements org.thymeleaf.dialect.IExpressionObjectDialect
The Dialect for integrating with MyBatis.
This dialect provides following features. This dialect prefix is "mb" by default.
Version:
1.0.0
Author:
Kazuki Shimizu