public class MappingTargetRepositoryImpl extends Object implements MappingTargetRepository
| Constructor and Description |
|---|
MappingTargetRepositoryImpl(EntityMappingRepository entityMappingRepository) |
| 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)
|
public MappingTargetRepositoryImpl(EntityMappingRepository entityMappingRepository)
public List<Entity> upsert(Collection<MappingTarget> collection)
MappingTargetRepositoryMappingTargets and their EntityMappings and AttributeMapping
s. Will generate IDs if they are not yet specified.upsert in interface MappingTargetRepositoryList of Entitys that have been added or updatedpublic List<MappingTarget> toMappingTargets(List<Entity> mappingTargetEntities)
MappingTargetRepositoryMappingTargets.toMappingTargets in interface MappingTargetRepositorymappingTargetEntities - List of Entitys with MappingTargetMetaData metadataList of MappingTargets.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.