Class MyBatis3UpdateModelAdapter<R>


  • @Deprecated
    public class MyBatis3UpdateModelAdapter<R>
    extends 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