public class SetPhraseVisitor extends Object implements UpdateMappingVisitor<FragmentAndParameters>
Constructor and Description |
---|
SetPhraseVisitor(AtomicInteger sequence,
RenderingStrategy renderingStrategy) |
Modifier and Type | Method and Description |
---|---|
FragmentAndParameters |
visit(ColumnMapping mapping) |
FragmentAndParameters |
visit(ConstantMapping mapping) |
FragmentAndParameters |
visit(NullMapping mapping) |
FragmentAndParameters |
visit(SelectMapping mapping) |
FragmentAndParameters |
visit(StringConstantMapping mapping) |
<T> FragmentAndParameters |
visit(ValueMapping<T> mapping) |
public SetPhraseVisitor(AtomicInteger sequence, 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>
public FragmentAndParameters visit(SelectMapping mapping)
visit
in interface UpdateMappingVisitor<FragmentAndParameters>
public FragmentAndParameters visit(ColumnMapping mapping)
visit
in interface UpdateMappingVisitor<FragmentAndParameters>
Copyright © 2016–2018 MyBatis.org. All rights reserved.