Uses of Interface
org.flowable.common.engine.impl.cfg.IdGenerator
Packages that use IdGenerator
Package
Description
-
Uses of IdGenerator in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as IdGeneratorModifier and TypeFieldDescriptionprotected IdGeneratorAbstractEngineConfiguration.idGeneratorprotected IdGeneratorAbstractServiceConfiguration.idGeneratorMethods in org.flowable.common.engine.impl that return IdGeneratorModifier and TypeMethodDescriptionAbstractEngineConfiguration.getIdGenerator()AbstractServiceConfiguration.getIdGenerator()Methods in org.flowable.common.engine.impl with parameters of type IdGeneratorModifier and TypeMethodDescriptionAbstractEngineConfiguration.setIdGenerator(IdGenerator idGenerator) AbstractServiceConfiguration.setIdGenerator(IdGenerator idGenerator) -
Uses of IdGenerator in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db that return IdGeneratorModifier and TypeMethodDescriptionprotected abstract IdGeneratorAbstractDataManager.getIdGenerator()Methods in org.flowable.common.engine.impl.db with parameters of type IdGeneratorModifier and TypeMethodDescriptionvoidDbSqlSession.insert(Entity entity, IdGenerator idGenerator) -
Uses of IdGenerator in org.flowable.common.engine.impl.persistence
Classes in org.flowable.common.engine.impl.persistence that implement IdGeneratorModifier and TypeClassDescriptionclassIdGeneratorimplementation based on the current time and the ethernet address of the machine it is running on. -
Uses of IdGenerator in org.flowable.common.engine.impl.persistence.entity.data.impl
Fields in org.flowable.common.engine.impl.persistence.entity.data.impl declared as IdGeneratorModifier and TypeFieldDescriptionprotected IdGeneratorMybatisByteArrayDataManager.idGeneratorprotected IdGeneratorMybatisPropertyDataManager.idGeneratorMethods in org.flowable.common.engine.impl.persistence.entity.data.impl that return IdGeneratorModifier and TypeMethodDescriptionprotected IdGeneratorMybatisByteArrayDataManager.getIdGenerator()protected IdGeneratorMybatisPropertyDataManager.getIdGenerator()Constructors in org.flowable.common.engine.impl.persistence.entity.data.impl with parameters of type IdGeneratorModifierConstructorDescriptionMybatisByteArrayDataManager(IdGenerator idGenerator) MybatisPropertyDataManager(IdGenerator idGenerator)