Uses of Interface
org.camunda.bpm.engine.impl.cfg.IdGenerator
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of IdGenerator in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionvoid
AbstractDefinitionDeployer.setIdGenerator
(IdGenerator idGenerator) -
Uses of IdGenerator in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected IdGenerator
ProcessEngineConfigurationImpl.idGenerator
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setIdGenerator
(IdGenerator idGenerator) -
Uses of IdGenerator in org.camunda.bpm.engine.impl.db
-
Uses of IdGenerator in org.camunda.bpm.engine.impl.db.entitymanager
Modifier and TypeFieldDescriptionprotected IdGenerator
DbEntityManager.idGenerator
protected IdGenerator
DbEntityManagerFactory.idGenerator
ModifierConstructorDescriptionDbEntityManager
(IdGenerator idGenerator, PersistenceSession persistenceSession) DbEntityManagerFactory
(IdGenerator idGenerator) -
Uses of IdGenerator in org.camunda.bpm.engine.impl.db.sql
Modifier and TypeMethodDescriptionvoid
DbSqlSessionFactory.setIdGenerator
(IdGenerator idGenerator) -
Uses of IdGenerator in org.camunda.bpm.engine.impl.persistence
Modifier and TypeClassDescriptionclass
IdGenerator
implementation based on the current time and the ethernet address of the machine it is running on. -
Uses of IdGenerator in org.camunda.bpm.qa.performance.engine.framework
-
Uses of IdGenerator in org.camunda.bpm.spring.boot.starter.configuration.id
Modifier and TypeMethodDescriptionIdGeneratorConfiguration.prefixedUuidGenerator
(String applicationName) IdGeneratorConfiguration.strongUuidGenerator()