org.activiti.engine.impl.persistence
类 StrongUuidGenerator

java.lang.Object
  继承者 org.activiti.engine.impl.persistence.StrongUuidGenerator
所有已实现的接口:
IdGenerator

public class StrongUuidGenerator
extends Object
implements IdGenerator

IdGenerator implementation based on the current time and the ethernet address of the machine it is running on.

作者:
Daniel Meyer

字段摘要
protected static com.fasterxml.uuid.impl.TimeBasedGenerator timeBasedGenerator
           
 
构造方法摘要
StrongUuidGenerator()
           
 
方法摘要
protected  void ensureGeneratorInitialized()
           
 String getNextId()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

timeBasedGenerator

protected static com.fasterxml.uuid.impl.TimeBasedGenerator timeBasedGenerator
构造方法详细信息

StrongUuidGenerator

public StrongUuidGenerator()
方法详细信息

ensureGeneratorInitialized

protected void ensureGeneratorInitialized()

getNextId

public String getNextId()
指定者:
接口 IdGenerator 中的 getNextId


Copyright © 2013 Alfresco. All rights reserved.