public class EntityMappingRepositoryImpl extends Object implements EntityMappingRepository
| Constructor and Description |
|---|
EntityMappingRepositoryImpl(AttributeMappingRepository attributeMappingRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityMapping> |
toEntityMappings(List<Entity> entityMappingEntities)
Creates a list of fully reconstructed
EntityMappings. |
List<Entity> |
upsert(Collection<EntityMapping> entityMappings)
Inserts or updates a list of EntityMappings and their AttributeMappings.
|
public EntityMappingRepositoryImpl(AttributeMappingRepository attributeMappingRepository)
public List<EntityMapping> toEntityMappings(List<Entity> entityMappingEntities)
EntityMappingRepositoryEntityMappings.toEntityMappings in interface EntityMappingRepositoryentityMappingEntities - List of Entitys with EntityMappingMetaData
metadataEntityMappings.public List<Entity> upsert(Collection<EntityMapping> entityMappings)
EntityMappingRepositoryupsert in interface EntityMappingRepositoryCopyright © 2018 Pivotal Software, Inc.. All rights reserved.