public class DefaultEntityContainerGenerator extends java.lang.Object implements EntityContainerGenerator
| Constructor and Description |
|---|
DefaultEntityContainerGenerator() |
| 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.
|
void |
setAssociationSetGenerator(SchemaElementGenerator<AssociationSet,Association> generator) |
void |
setEntitySetGenerator(SchemaElementGenerator<EntitySet,EntityType> generator) |
public java.util.List<EntityContainer> generate(java.util.Collection<EntityType> entityTypes,
java.util.Collection<Association> associations)
EntityContainerGeneratorgenerate in interface EntityContainerGeneratorentityTypes - all entity types included in the schema.associations - all associations between the entity types included in the schema.public void setEntitySetGenerator(SchemaElementGenerator<EntitySet,EntityType> generator)
public void setAssociationSetGenerator(SchemaElementGenerator<AssociationSet,Association> generator)
Copyright © 2018 SAP SE. All Rights Reserved.