org.activiti.engine.impl.cfg
接口 IdGenerator

所有已知实现类:
DbIdGenerator, StrongUuidGenerator

public interface IdGenerator

generates IdBlocks that are used to assign ids to new objects. The scope of an instance of this class is process engine, which means that there is only one instance in one process engine instance.

作者:
Tom Baeyens, Joram Barrez

方法摘要
 String getNextId()
           
 

方法详细信息

getNextId

String getNextId()


Copyright © 2013 Alfresco. All rights reserved.