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

shz.core.orm.OrmSFIdProducerSupplier Maven / Gradle / Ivy

There is a newer version: 2024.0.2
Show newest version
package shz.core.orm;

import shz.core.id.IdInfo;
import shz.core.id.SFIdProducerSupplier;

public class OrmSFIdProducerSupplier extends SFIdProducerSupplier implements OrmIdProducerSupplier {
    public static final OrmSFIdProducerSupplier DEFAULT = new OrmSFIdProducerSupplier();

    @Override
    protected IdInfo idInfo(Param param) {
        //根据服务节点信息进行具体实现
        return new IdInfo();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy