| Interface | Description |
|---|---|
| PropertyAccessor |
The interface for accessing a property.
|
| TemplateEngineCustomizer |
The interface for customizing a default
TemplateEngine instanced by the MyBatis Thymeleaf. |
| Class | Description |
|---|---|
| MyBatisBindingContext |
The context object for integrating with MyBatis and Thymeleaf template engine.
|
| MyBatisDialect |
The Dialect for integrating with MyBatis.
|
| MyBatisIntegratingEngineContextFactory |
The implementation of
IEngineContextFactory for integrating with MyBatis. |
| SqlGenerator |
The sql template engine for integrating with Thymeleaf.
|
| SqlGeneratorConfig |
Configuration class for
SqlGenerator. |
| SqlGeneratorConfig.DialectConfig |
Dialect configuration.
|
| SqlGeneratorConfig.TemplateFileConfig |
Template file configuration.
|
| ThymeleafLanguageDriver |
The
LanguageDriver for integrating with Thymeleaf. |
| ThymeleafLanguageDriverConfig |
Configuration class for
ThymeleafLanguageDriver. |
| ThymeleafLanguageDriverConfig.TemplateFileConfig |
Template file configuration for language driver of the MyBatis.
|
| ThymeleafLanguageDriverConfig.TemplateFileConfig.PathProviderConfig |
The template file path provider configuration.
|
| Enum | Description |
|---|---|
| PropertyAccessor.BuiltIn |
The built-in property accessors.
|
| TemplateEngineCustomizer.BuiltIn |
Enum for providing builtin customizer instance.
|
The mybatis-thymeleaf is a plugin that helps applying the 2-way SQL/dynamic SQL feature to the MyBatis 3 using the template(or natural template) mechanism provided by Thymeleaf 3.
Copyright © 2018–2020 MyBatis.org. All rights reserved.