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
从类 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.