类 DefaultFlowIdGenerator

java.lang.Object
net.sohelp.boot.engine.workflow.impl.DefaultFlowIdGenerator
所有已实现的接口:
FlowIdGenerator

public class DefaultFlowIdGenerator extends Object implements FlowIdGenerator
数据访问层ID生成器默认实现

官网尊重知识产权,不允许非法使用,后果自负,不允许非法使用,后果自负

从以下版本开始:
1.0
作者:
hubin
  • 构造器详细资料

    • DefaultFlowIdGenerator

      public DefaultFlowIdGenerator()
  • 方法详细资料

    • getId

      public Long getId(Long id)
      从接口复制的说明: FlowIdGenerator
      获取自定义ID值
      指定者:
      getId 在接口中 FlowIdGenerator
      参数:
      id - 可能存在的ID值
      返回:
      用户业务实际情况返回的自定义ID值