Uses of Interface
org.mybatis.scripting.thymeleaf.processor.BindVariableRender
Packages that use BindVariableRender
Package
Description
The mybatis-thymeleaf root package.
The package that holds classes for mybatis-thymeleaf's processor.
The package that holds classes for supporting integration with Spring family.
-
Uses of BindVariableRender in org.mybatis.scripting.thymeleaf
Methods in org.mybatis.scripting.thymeleaf that return BindVariableRenderModifier and TypeMethodDescriptionSqlGeneratorConfig.DialectConfig.getBindVariableRenderInstance()Methods in org.mybatis.scripting.thymeleaf that return types with arguments of type BindVariableRenderModifier and TypeMethodDescriptionClass<? extends BindVariableRender> SqlGeneratorConfig.DialectConfig.getBindVariableRender()Deprecated.Methods in org.mybatis.scripting.thymeleaf with parameters of type BindVariableRenderModifier and TypeMethodDescriptionvoidMyBatisDialect.setBindVariableRender(BindVariableRender bindVariableRender) Set a bind variable render.voidSqlGeneratorConfig.DialectConfig.setBindVariableRenderInstance(BindVariableRender bindVariableRender) Method parameters in org.mybatis.scripting.thymeleaf with type arguments of type BindVariableRenderModifier and TypeMethodDescriptionvoidSqlGeneratorConfig.DialectConfig.setBindVariableRender(Class<? extends BindVariableRender> bindVariableRender) Deprecated. -
Uses of BindVariableRender in org.mybatis.scripting.thymeleaf.processor
Classes in org.mybatis.scripting.thymeleaf.processor that implement BindVariableRenderModifier and TypeClassDescriptionstatic enumThe built-in bind variable renders.Methods in org.mybatis.scripting.thymeleaf.processor that return types with arguments of type BindVariableRenderModifier and TypeMethodDescriptionClass<? extends BindVariableRender> BindVariableRender.BuiltIn.getType()Get a type of the actualBindVariableRender. -
Uses of BindVariableRender in org.mybatis.scripting.thymeleaf.support.spring
Classes in org.mybatis.scripting.thymeleaf.support.spring that implement BindVariableRenderModifier and TypeClassDescriptionclassThe implement class that render by the Spring named parameter format(e.g.