public class DefaultUpdateStatementProvider extends Object implements UpdateStatementProvider
Modifier and Type | Class and Description |
---|---|
static class |
DefaultUpdateStatementProvider.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getParameters() |
String |
getUpdateStatement() |
static DefaultUpdateStatementProvider.Builder |
withUpdateStatement(String updateStatement) |
public Map<String,Object> getParameters()
getParameters
in interface UpdateStatementProvider
public String getUpdateStatement()
getUpdateStatement
in interface UpdateStatementProvider
public static DefaultUpdateStatementProvider.Builder withUpdateStatement(String updateStatement)
Copyright © 2016–2021 MyBatis.org. All rights reserved.