Package de.hybris.platform.odata2services.odata.schema.entity
package de.hybris.platform.odata2services.odata.schema.entity
-
ClassDescriptionGenerates
EntityTypes based off the provided TypeDescriptor.Deprecated, for removal: This API element is subject to removal in a future version.use instead.Default implementation of the container generator, which uses generated entity types and associations for the container content.Generator of theEntityContainerfor an EDMX schema.A default implementation of theEntitySetgenerator.A generator ofEntitySetnames.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 singleTypeDescriptorDeprecated, for removal: This API element is subject to removal in a future version.useEntityTypeElementGeneratorinstead.A generator ofList<org.apache.olingo.odata2.api.edm.provider.EntityType>schema elements from aCollection<TypeDescriptor>.Deprecated, for removal: This API element is subject to removal in a future version.Use an implementation ofSchemaElementGenerator<List<EntityType>, Collection<TypeDescriptor>>instead.GeneratesEntityTypes for TypeDescriptors with localized attributes.Deprecated, for removal: This API element is subject to removal in a future version.use instead.Generates entities for attribute that haveMapas their values.Deprecated, for removal: This API element is subject to removal in a future version.useMapEntryEntityTypeElementGeneratorinstead.GeneratesEntitySetnames by pluralizing entity type name.Generates anEntityTypefor the primitive collection type passed in.Schema element generator forSet<org.apache.olingo.odata2.api.edm.provider.EntityType>for givenTypeDescriptor.Deprecated, for removal: This API element is subject to removal in a future version.Use an implementation ofSchemaElementGenerator<Set<EntityType>, TypeDescriptor>instead.Base implementation class for entity type generators, which generate either a single entity type or no entity types depending on certain conditions.Deprecated, for removal: This API element is subject to removal in a future version.