com.yixsoft.support.mybatis.autosql.pk.IPrimaryKeyProvider 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.pk;
import org.apache.ibatis.executor.keygen.KeyGenerator;
/**
* provide a unique string type primary key for insert
* Created by yixian on 2015-09-02.
*/
public interface IPrimaryKeyProvider extends KeyGenerator {
}