Uses of Interface
org.flowable.common.engine.impl.cfg.IdGenerator
-
-
Uses of IdGenerator in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as IdGenerator Modifier and Type Field Description protected IdGeneratorAbstractEngineConfiguration. idGeneratorprotected IdGeneratorAbstractServiceConfiguration. idGeneratorMethods in org.flowable.common.engine.impl that return IdGenerator Modifier and Type Method Description IdGeneratorAbstractEngineConfiguration. getIdGenerator()IdGeneratorAbstractServiceConfiguration. getIdGenerator()Methods in org.flowable.common.engine.impl with parameters of type IdGenerator Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setIdGenerator(IdGenerator idGenerator)AbstractServiceConfigurationAbstractServiceConfiguration. setIdGenerator(IdGenerator idGenerator) -
Uses of IdGenerator in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db that return IdGenerator Modifier and Type Method Description protected abstract IdGeneratorAbstractDataManager. getIdGenerator()Methods in org.flowable.common.engine.impl.db with parameters of type IdGenerator Modifier and Type Method Description voidDbSqlSession. 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 IdGenerator Modifier and Type Class Description classStrongUuidGeneratorIdGeneratorimplementation 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 IdGenerator Modifier and Type Field Description protected IdGeneratorMybatisByteArrayDataManager. idGeneratorprotected IdGeneratorMybatisPropertyDataManager. idGeneratorMethods in org.flowable.common.engine.impl.persistence.entity.data.impl that return IdGenerator Modifier and Type Method Description protected IdGeneratorMybatisByteArrayDataManager. getIdGenerator()protected IdGeneratorMybatisPropertyDataManager. getIdGenerator()Constructors in org.flowable.common.engine.impl.persistence.entity.data.impl with parameters of type IdGenerator Constructor Description MybatisByteArrayDataManager(IdGenerator idGenerator)MybatisPropertyDataManager(IdGenerator idGenerator)
-