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

字段摘要
protected  CommandConfig commandConfig
           
protected  CommandExecutor commandExecutor
           
protected  int idBlockSize
           
protected  long lastId
           
protected  long nextId
           
 
构造方法摘要
DbIdGenerator()
           
 
方法摘要
 CommandConfig getCommandConfig()
           
 CommandExecutor getCommandExecutor()
           
 int getIdBlockSize()
           
protected  void getNewBlock()
           
 String getNextId()
           
 void setCommandConfig(CommandConfig commandConfig)
           
 void setCommandExecutor(CommandExecutor commandExecutor)
           
 void setIdBlockSize(int idBlockSize)
           
 
从类 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.