Example usage for org.apache.ibatis.reflection.factory DefaultObjectFactory subclass-usage

List of usage examples for org.apache.ibatis.reflection.factory DefaultObjectFactory subclass-usage

Introduction

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

Usage

From source file org.mybatis.guice.objectfactory.CustomObjectFactory.java

public class CustomObjectFactory extends DefaultObjectFactory {
    private static final long serialVersionUID = 7195913612693620013L;
    @Inject
    private CustomObject customObject;

    public CustomObject getCustomObject() {