Interface CommonUpdateMapper


  • public interface CommonUpdateMapper
    This is a general purpose MyBatis mapper for update statements.

    This mapper can be injected as-is into a MyBatis configuration, or it can be extended with existing mappers.

    Author:
    Jeff Butler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<Integer> update​(org.mybatis.dynamic.sql.update.render.UpdateStatementProvider updateStatement)
      Execute an update statement.
    • Method Detail

      • update

        @UpdateProvider(type=org.mybatis.dynamic.sql.util.SqlProviderAdapter.class,
                        method="update")
        reactor.core.publisher.Mono<Integer> update​(org.mybatis.dynamic.sql.update.render.UpdateStatementProvider updateStatement)
        Execute an update statement.
        Parameters:
        updateStatement - the update statement
        Returns:
        the number of rows affected