| Interface | Description |
|---|---|
| EntityContainerGenerator |
Generator of the
EntityContainer for an EDMX schema. |
| EntitySetNameGenerator |
A generator of
EntitySet names. |
| EntityTypeGenerator |
A marker interface for the convenience of encapsulating the generics and finding all implementors, which determines a
generator responsible for EDMX entity types generation from a single
IntegrationObjectItemModel |
| Class | Description |
|---|---|
| ComposedEntityTypeGenerator | |
| ComposedEntityTypeGeneratorUnitTest | |
| DefaultEntityContainerGenerator |
Default implementation of the container generator, which uses generated entity types and associations for the container
content.
|
| DefaultEntityContainerGeneratorUnitTest | |
| EntitySetGenerator |
A default implementation of the
EntitySet generator. |
| EntitySetGeneratorUnitTest | |
| EntityTypeListGenerator | |
| LocalizedEntityTypeGenerator | |
| PluralizingEntitySetNameGenerator |
Generates
EntitySet names by pluralizing entity type name. |
| PluralizingEntitySetNameGeneratorUnitTest | |
| PrimitiveCollectionMemberEntityTypeGenerator |
Generates an
EntityType for the primitive collection type passed in. |
| PrimitiveCollectionMemberEntityTypeGeneratorUnitTest | |
| PrimitiveEntityTypeGenerator | |
| PrimitiveEntityTypeGeneratorUnitTest | |
| SingleEntityTypeGenerator |
Base implementation class for entity type generators, which generate either a single entity type or no entity types depending
on certain conditions.
|
Copyright © 2018 SAP SE. All Rights Reserved.