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

cn.jiangzeyin.sequence.IQuietSequence Maven / Gradle / Ivy

There is a newer version: 1.2.11
Show newest version
package cn.jiangzeyin.sequence;

import com.alibaba.fastjson.JSONObject;

/**
 * 静默不回调生成主键
 *
 * @author jiangzeyin
 * date 2018/6/23
 */
public interface IQuietSequence extends ISequence {
    /**
     * 生成唯一主键
     *
     * @return 主键
     */
    String nextId();

    /**
     * 根据主键获取相关信息
     *
     * @param id 主键
     * @return json
     */
    JSONObject parseInfo(String id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy