Package de.hybris.platform.odata2services.odata.schema.entity
-
Interface Summary Interface Description EntityContainerGenerator Generator of theEntityContainerfor an EDMX schema.EntitySetNameGenerator A generator ofEntitySetnames.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 singleIntegrationObjectItemModel -
Class Summary Class Description ComposedEntityTypeGenerator DefaultEntityContainerGenerator Default implementation of the container generator, which uses generated entity types and associations for the container content.DefaultEntityContainerGeneratorUnitTest EntitySetGenerator A default implementation of theEntitySetgenerator.EntitySetGeneratorUnitTest EntityTypeListGenerator LocalizedEntityTypeGenerator MapEntryEntityTypeGenerator Generates entities for attribute that haveMapas their values.PluralizingEntitySetNameGenerator GeneratesEntitySetnames by pluralizing entity type name.PluralizingEntitySetNameGeneratorUnitTest PrimitiveCollectionMemberEntityTypeGenerator Generates anEntityTypefor 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.