| Modifier and Type | Field and Description |
|---|---|
protected IdGenerator |
AbstractServiceConfiguration.idGenerator |
protected IdGenerator |
AbstractEngineConfiguration.idGenerator |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
AbstractServiceConfiguration.getIdGenerator() |
IdGenerator |
AbstractEngineConfiguration.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
AbstractServiceConfiguration |
AbstractServiceConfiguration.setIdGenerator(IdGenerator idGenerator) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setIdGenerator(IdGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IdGenerator |
AbstractDataManager.getIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbSqlSession.insert(Entity entity,
IdGenerator idGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
StrongUuidGenerator
IdGenerator implementation based on the current time and the ethernet address of the machine it is running on. |
| Modifier and Type | Field and Description |
|---|---|
protected IdGenerator |
MybatisPropertyDataManager.idGenerator |
protected IdGenerator |
MybatisByteArrayDataManager.idGenerator |
| Modifier and Type | Method and Description |
|---|---|
protected IdGenerator |
MybatisPropertyDataManager.getIdGenerator() |
protected IdGenerator |
MybatisByteArrayDataManager.getIdGenerator() |
| Constructor and Description |
|---|
MybatisByteArrayDataManager(IdGenerator idGenerator) |
MybatisPropertyDataManager(IdGenerator idGenerator) |
Copyright © 2021 Flowable. All rights reserved.