Example usage for org.apache.ibatis.reflection.wrapper BeanWrapper subclass-usage

List of usage examples for org.apache.ibatis.reflection.wrapper BeanWrapper subclass-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.reflection.wrapper BeanWrapper subclass-usage.

Usage

From source file domain.misc.CustomBeanWrapper.java

public class CustomBeanWrapper extends BeanWrapper {
    public CustomBeanWrapper(MetaObject metaObject, Object object) {
        super(metaObject, object);
    }
}