Class MyBatis3DeleteModelAdapter<R>


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