public class SetPhraseVisitor extends Object implements UpdateMappingVisitor<FragmentAndParameters>
Constructor and Description |
---|
SetPhraseVisitor(RenderingStrategy renderingStrategy) |
Modifier and Type | Method and Description |
---|---|
FragmentAndParameters |
visit(ConstantMapping mapping) |
FragmentAndParameters |
visit(NullMapping mapping) |
FragmentAndParameters |
visit(StringConstantMapping mapping) |
<T> FragmentAndParameters |
visit(ValueMapping<T> mapping) |
public SetPhraseVisitor(RenderingStrategy renderingStrategy)
public FragmentAndParameters visit(NullMapping mapping)
visit
in interface UpdateMappingVisitor<FragmentAndParameters>
public FragmentAndParameters visit(ConstantMapping mapping)
visit
in interface UpdateMappingVisitor<FragmentAndParameters>
public FragmentAndParameters visit(StringConstantMapping mapping)
visit
in interface UpdateMappingVisitor<FragmentAndParameters>
public <T> FragmentAndParameters visit(ValueMapping<T> mapping)
visit
in interface UpdateMappingVisitor<FragmentAndParameters>
Copyright © 2016–2017 MyBatis.org. All rights reserved.