All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.ibatis.solon.MybatisAdapterFactory Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
package org.apache.ibatis.solon;

import org.noear.solon.core.BeanWrap;
import org.noear.solon.core.Props;

/**
 * 适配器工厂
 *
 * @author noear
 * @since 1.5
 */
public interface MybatisAdapterFactory {
    MybatisAdapter create(BeanWrap dsWrap);
    MybatisAdapter create(BeanWrap dsWrap, Props dsProps);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy