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

com.didiglobal.logi.job.utils.IdentifierGenerator Maven / Gradle / Ivy

There is a newer version: 1.0.31
Show newest version
package com.didiglobal.logi.job.utils;


public interface IdentifierGenerator {
    Number nextId(Object entity);

    default String nextUuid(Object entity) {
        return IdWorker.get32Uuid();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy