| Package | Description |
|---|---|
| org.mybatis.scripting.thymeleaf |
The mybatis-thymeleaf root package.
|
| org.mybatis.scripting.thymeleaf.processor |
The package that holds classes for mybatis-thymeleaf's processor.
|
| org.mybatis.scripting.thymeleaf.support.spring |
The package that holds classes for supporting integration with Spring family.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BindVariableRender> |
SqlGeneratorConfig.DialectConfig.getBindVariableRender()
Get a bind variable render.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MyBatisDialect.setBindVariableRender(BindVariableRender bindVariableRender)
Set a bind variable render.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlGeneratorConfig.DialectConfig.setBindVariableRender(Class<? extends BindVariableRender> bindVariableRender) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BindVariableRender.BuiltIn
The built-in bind variable renders.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BindVariableRender> |
BindVariableRender.BuiltIn.getType()
Get a type of the actual
BindVariableRender. |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringNamedParameterBindVariableRender
The implement class that render by the Spring named parameter format(e.g.
|
Copyright © 2018–2020 MyBatis.org. All rights reserved.