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

com.yixsoft.support.mybatis.autosql.pk.IPrimaryKeyProvider Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy