Example usage for org.apache.ibatis.builder.xml XMLMapperBuilder subclass-usage

List of usage examples for org.apache.ibatis.builder.xml XMLMapperBuilder subclass-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.builder.xml XMLMapperBuilder subclass-usage.

Usage

From source file org.sonar.db.SQXMLMapperBuilder.java

/**
 * Subclass of {@link XMLMapperBuilder} which fixes the fact that {@link XMLMapperBuilder} does not support loading
 * Mapper interfaces which belongs to the ClassLoader of a plugin.
 */
public class SQXMLMapperBuilder extends XMLMapperBuilder {
    private final Class<?> mapperType;