Class MyBatis3SelectModelAdapter<R>


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