| Modifier and Type | Method and Description |
|---|---|
EntityMapping |
MappingTarget.addSource(EntityType source)
Adds a new
EntityMapping to this target for a certain source. |
EntityMapping |
MappingTarget.getMappingForSource(String source) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EntityMapping> |
MappingTarget.getEntityMappings() |
| Constructor and Description |
|---|
MappingTarget(String identifier,
EntityType target,
Collection<EntityMapping> entityMappings)
Creates a new instance of MappingTarget.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityMapping> |
EntityMappingRepository.toEntityMappings(List<Entity> entityMappingEntities)
Creates a list of fully reconstructed
EntityMappings. |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
EntityMappingRepository.upsert(Collection<EntityMapping> collection)
Inserts or updates a list of EntityMappings and their AttributeMappings.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityMapping> |
EntityMappingRepositoryImpl.toEntityMappings(List<Entity> entityMappingEntities) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
EntityMappingRepositoryImpl.upsert(Collection<EntityMapping> entityMappings) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmService.autoGenerateAlgorithm(EntityType sourceEntityType,
EntityType targetEntityType,
EntityMapping mapping)
Creates an attribute mapping after the semantic search service finds one
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmServiceImpl.autoGenerateAlgorithm(EntityType sourceEntityType,
EntityType targetEntityType,
EntityMapping mapping) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.