Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.db | |
org.camunda.bpm.engine.impl.db.entitymanager | |
org.camunda.bpm.engine.impl.db.sql | |
org.camunda.bpm.engine.impl.persistence | |
org.camunda.bpm.qa.performance.engine.framework |
Modifier and Type | Field and Description |
---|---|
protected IdGenerator |
AbstractDefinitionDeployer.idGenerator |
Modifier and Type | Method and Description |
---|---|
IdGenerator |
AbstractDefinitionDeployer.getIdGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDefinitionDeployer.setIdGenerator(IdGenerator idGenerator) |
Modifier and Type | Field and Description |
---|---|
protected IdGenerator |
ProcessEngineConfigurationImpl.idGenerator |
Modifier and Type | Method and Description |
---|---|
IdGenerator |
ProcessEngineConfigurationImpl.getIdGenerator() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setIdGenerator(IdGenerator idGenerator) |
Modifier and Type | Class and Description |
---|---|
class |
DbIdGenerator |
Modifier and Type | Field and Description |
---|---|
protected IdGenerator |
DbEntityManagerFactory.idGenerator |
protected IdGenerator |
DbEntityManager.idGenerator |
Constructor and Description |
---|
DbEntityManager(IdGenerator idGenerator,
PersistenceSession persistenceSession) |
DbEntityManagerFactory(IdGenerator idGenerator) |
Modifier and Type | Field and Description |
---|---|
protected IdGenerator |
DbSqlSessionFactory.idGenerator |
Modifier and Type | Method and Description |
---|---|
IdGenerator |
DbSqlSessionFactory.getIdGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
DbSqlSessionFactory.setIdGenerator(IdGenerator idGenerator) |
Modifier and Type | Class and Description |
---|---|
class |
StrongUuidGenerator
IdGenerator implementation based on the current time and the ethernet
address of the machine it is running on. |
Modifier and Type | Field and Description |
---|---|
protected static IdGenerator |
PerfTestPass.idGenerator |
Copyright © 2019. All rights reserved.