Class MyBatis3UpdateModelAdapter<R>


  • @Deprecated
    public class MyBatis3UpdateModelAdapter<R>
    extends java.lang.Object
    Deprecated.
    in favor of UpdateDSLCompleter. This class will be removed without direct replacement in a future version.
    This adapter will render the underlying update model for MyBatis3, and then call a MyBatis mapper method.
    Author:
    Jeff Butler
    • Method Summary

      Modifier and Type Method Description
      R execute()
      Deprecated.
       
      static <R> MyBatis3UpdateModelAdapter<R> of​(UpdateModel updateModel, java.util.function.Function<UpdateStatementProvider,​R> mapperMethod)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait