public interface CommonUpdateMapper
This mapper can be injected as-is into a MyBatis configuration, or it can be extended with existing mappers.
Modifier and Type | Method and Description |
---|---|
int |
update(UpdateStatementProvider updateStatement)
Execute an update statement.
|
@UpdateProvider(type=SqlProviderAdapter.class, method="update") int update(UpdateStatementProvider updateStatement)
updateStatement
- the update statementCopyright © 2016–2021 MyBatis.org. All rights reserved.