public interface EntityMappingRepository
EntityMappingMetaData Entities and EntityMapping s.| Modifier and Type | Method and Description |
|---|---|
List<EntityMapping> |
toEntityMappings(List<Entity> entityMappingEntities)
Creates a list of fully reconstructed
EntityMappings. |
List<Entity> |
upsert(Collection<EntityMapping> collection)
Inserts or updates a list of EntityMappings and their AttributeMappings.
|
List<EntityMapping> toEntityMappings(List<Entity> entityMappingEntities)
EntityMappings.entityMappingEntities - List of Entitys with EntityMappingMetaData metadataEntityMappings.List<Entity> upsert(Collection<EntityMapping> collection)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.