com.yixsoft.support.mybatis.autosql.configuration.IAutoSqlFactoryBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yixsoft-batis Show documentation
Show all versions of yixsoft-batis Show documentation
YixSoft MyBatis AutoSql Plugin
package com.yixsoft.support.mybatis.autosql.configuration;
/**
* auto sql annotation support Mapper Factory
* Created by yixian on 2015-09-01.
*/
public interface IAutoSqlFactoryBean {
void attachAutoSqlStatements();
}