|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdGenerator | |
|---|---|
| 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 | |
| Uses of IdGenerator in org.camunda.bpm.engine.impl |
|---|
| Fields in org.camunda.bpm.engine.impl declared as IdGenerator | |
|---|---|
protected IdGenerator |
AbstractDefinitionDeployer.idGenerator
|
| Methods in org.camunda.bpm.engine.impl that return IdGenerator | |
|---|---|
IdGenerator |
AbstractDefinitionDeployer.getIdGenerator()
|
| Methods in org.camunda.bpm.engine.impl with parameters of type IdGenerator | |
|---|---|
void |
AbstractDefinitionDeployer.setIdGenerator(IdGenerator idGenerator)
|
| Uses of IdGenerator in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg declared as IdGenerator | |
|---|---|
protected IdGenerator |
ProcessEngineConfigurationImpl.idGenerator
|
| Methods in org.camunda.bpm.engine.impl.cfg that return IdGenerator | |
|---|---|
IdGenerator |
ProcessEngineConfigurationImpl.getIdGenerator()
|
| Methods in org.camunda.bpm.engine.impl.cfg with parameters of type IdGenerator | |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setIdGenerator(IdGenerator idGenerator)
|
| Uses of IdGenerator in org.camunda.bpm.engine.impl.db |
|---|
| Classes in org.camunda.bpm.engine.impl.db that implement IdGenerator | |
|---|---|
class |
DbIdGenerator
|
| Uses of IdGenerator in org.camunda.bpm.engine.impl.db.entitymanager |
|---|
| Fields in org.camunda.bpm.engine.impl.db.entitymanager declared as IdGenerator | |
|---|---|
protected IdGenerator |
DbEntityManagerFactory.idGenerator
|
protected IdGenerator |
DbEntityManager.idGenerator
|
| Constructors in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type IdGenerator | |
|---|---|
DbEntityManager(IdGenerator idGenerator,
PersistenceSession persistenceSession)
|
|
DbEntityManagerFactory(IdGenerator idGenerator)
|
|
| Uses of IdGenerator in org.camunda.bpm.engine.impl.db.sql |
|---|
| Fields in org.camunda.bpm.engine.impl.db.sql declared as IdGenerator | |
|---|---|
protected IdGenerator |
DbSqlSessionFactory.idGenerator
|
| Methods in org.camunda.bpm.engine.impl.db.sql that return IdGenerator | |
|---|---|
IdGenerator |
DbSqlSessionFactory.getIdGenerator()
|
| Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type IdGenerator | |
|---|---|
void |
DbSqlSessionFactory.setIdGenerator(IdGenerator idGenerator)
|
| Uses of IdGenerator in org.camunda.bpm.engine.impl.persistence |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence that implement IdGenerator | |
|---|---|
class |
StrongUuidGenerator
IdGenerator implementation based on the current time and the ethernet
address of the machine it is running on. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||