Class MyBatis3SelectModelAdapter<R>


  • public class MyBatis3SelectModelAdapter<R>
    extends java.lang.Object
    This adapter will render the underlying select model for MyBatis3, and then call a MyBatis mapper method.
    Author:
    Jeff Butler
    • Method Summary

      Modifier and Type Method Description
      R execute()  
      static <R> MyBatis3SelectModelAdapter<R> of​(SelectModel selectModel, java.util.function.Function<SelectStatementProvider,​R> mapperMethod)  
      • Methods inherited from class java.lang.Object

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