public interface EntityContainerGenerator
EntityContainer for an EDMX schema.| Modifier and Type | Method and Description |
|---|---|
java.util.List<EntityContainer> |
generate(java.util.Collection<EntityType> entityTypes,
java.util.Collection<Association> associations)
Generates the entity container element.
|
java.util.List<EntityContainer> generate(java.util.Collection<EntityType> entityTypes,
java.util.Collection<Association> associations)
entityTypes - all entity types included in the schema.associations - all associations between the entity types included in the schema.Copyright © 2018 SAP SE. All Rights Reserved.