public interface MappingTargetRepository
| Modifier and Type | Method and Description |
|---|---|
List<MappingTarget> |
toMappingTargets(List<Entity> mappingTargetEntities)
Creates a list of fully reconstructed
MappingTargets. |
List<Entity> |
upsert(Collection<MappingTarget> collection)
|
List<Entity> upsert(Collection<MappingTarget> collection)
MappingTargets and their EntityMappings and AttributeMapping
s. Will generate IDs if they are not yet specified.List<MappingTarget> toMappingTargets(List<Entity> mappingTargetEntities)
MappingTargets.mappingTargetEntities - List of Entitys with MappingTargetMetaData metadataList of MappingTargets.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.