Uses of Interface
org.camunda.bpm.engine.impl.cfg.IdGenerator
Packages that use IdGenerator
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of IdGenerator in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as IdGeneratorMethods in org.camunda.bpm.engine.impl that return IdGeneratorMethods in org.camunda.bpm.engine.impl with parameters of type IdGeneratorModifier and TypeMethodDescriptionvoid
AbstractDefinitionDeployer.setIdGenerator
(IdGenerator idGenerator) -
Uses of IdGenerator in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as IdGeneratorModifier and TypeFieldDescriptionprotected IdGenerator
ProcessEngineConfigurationImpl.idGenerator
Methods in org.camunda.bpm.engine.impl.cfg that return IdGeneratorMethods in org.camunda.bpm.engine.impl.cfg with parameters of type IdGeneratorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setIdGenerator
(IdGenerator idGenerator) -
Uses of IdGenerator in org.camunda.bpm.engine.impl.db
Classes in org.camunda.bpm.engine.impl.db that implement IdGenerator -
Uses of IdGenerator in org.camunda.bpm.engine.impl.db.entitymanager
Fields in org.camunda.bpm.engine.impl.db.entitymanager declared as IdGeneratorModifier and TypeFieldDescriptionprotected IdGenerator
DbEntityManager.idGenerator
protected IdGenerator
DbEntityManagerFactory.idGenerator
Constructors in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type IdGeneratorModifierConstructorDescriptionDbEntityManager
(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 IdGeneratorMethods in org.camunda.bpm.engine.impl.db.sql that return IdGeneratorMethods in org.camunda.bpm.engine.impl.db.sql with parameters of type IdGeneratorModifier and TypeMethodDescriptionvoid
DbSqlSessionFactory.setIdGenerator
(IdGenerator idGenerator) -
Uses of IdGenerator in org.camunda.bpm.engine.impl.persistence
Classes in org.camunda.bpm.engine.impl.persistence that implement IdGeneratorModifier 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
Fields in org.camunda.bpm.qa.performance.engine.framework declared as IdGenerator -
Uses of IdGenerator in org.camunda.bpm.spring.boot.starter.configuration.id
Classes in org.camunda.bpm.spring.boot.starter.configuration.id that implement IdGeneratorMethods in org.camunda.bpm.spring.boot.starter.configuration.id that return IdGeneratorModifier and TypeMethodDescriptionIdGeneratorConfiguration.prefixedUuidGenerator
(String applicationName) IdGeneratorConfiguration.strongUuidGenerator()