org.activiti.engine.impl.db
类 DbIdGenerator
java.lang.Object
org.activiti.engine.impl.db.DbIdGenerator
- 所有已实现的接口:
- IdGenerator
public class DbIdGenerator
- extends Object
- implements IdGenerator
- 作者:
- Tom Baeyens
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idBlockSize
protected int idBlockSize
nextId
protected long nextId
lastId
protected long lastId
commandExecutor
protected CommandExecutor commandExecutor
commandConfig
protected CommandConfig commandConfig
DbIdGenerator
public DbIdGenerator()
getNextId
public String getNextId()
- 指定者:
- 接口
IdGenerator
中的 getNextId
getNewBlock
protected void getNewBlock()
getIdBlockSize
public int getIdBlockSize()
setIdBlockSize
public void setIdBlockSize(int idBlockSize)
getCommandExecutor
public CommandExecutor getCommandExecutor()
setCommandExecutor
public void setCommandExecutor(CommandExecutor commandExecutor)
getCommandConfig
public CommandConfig getCommandConfig()
setCommandConfig
public void setCommandConfig(CommandConfig commandConfig)
Copyright © 2013 Alfresco. All rights reserved.