Class AssociationListSchemaElementGenerator

java.lang.Object
de.hybris.platform.odata2services.odata.schema.association.AssociationListSchemaElementGenerator
All Implemented Interfaces:
SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.Association>,Collection<TypeDescriptor>>

public class AssociationListSchemaElementGenerator extends Object implements SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.Association>,Collection<TypeDescriptor>>
Generates a list of associations to be included in the EDMX.
  • Constructor Details

    • AssociationListSchemaElementGenerator

      public AssociationListSchemaElementGenerator()
  • Method Details