| Package | Description |
|---|---|
| com.flowable.dataobject.api.repository | |
| com.flowable.dataobject.engine.impl.repository | |
| com.flowable.dataobject.engine.impl.runtime.datasource.db |
| Modifier and Type | Method and Description |
|---|---|
FieldMapping |
DatabaseSchemaDataObjectModel.getLookupIdMapping() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldMapping> |
DatabaseSchemaDataObjectModel.getFieldMappings() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFieldMapping |
| Modifier and Type | Field and Description |
|---|---|
protected FieldMapping |
BaseDatabaseSchemaDataObjectModel.lookupIdMapping |
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldMapping> |
BaseDatabaseSchemaDataObjectModel.fieldMappings |
| Modifier and Type | Method and Description |
|---|---|
FieldMapping |
BaseDatabaseSchemaDataObjectModel.getLookupIdMapping() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldMapping> |
BaseDatabaseSchemaDataObjectModel.getFieldMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDatabaseSchemaDataObjectModel.setLookupIdMapping(FieldMapping lookupIdMapping) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDatabaseSchemaDataObjectModel.setFieldMappings(List<FieldMapping> fieldMappings) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,FieldMapping> |
DatabaseSchemaDataObjectInstanceSqlParameterSource.fieldMappings |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatabaseSchemaDataObjectInstanceRowMapper.populateValue(ResultSet rs,
Map<String,Object> data,
FieldMapping fieldMapping) |
void |
DatabaseSchemaDataObjectInstanceSqlParameterSource.registerMapping(FieldMapping fieldMapping) |
Copyright © 2019. All rights reserved.