Class AutoCreatePropertyAnnotationGenerator

java.lang.Object
de.hybris.platform.odata2services.odata.schema.attribute.AutoCreatePropertyAnnotationGenerator
All Implemented Interfaces:
PropertyAnnotationGenerator, SchemaElementGenerator<org.apache.olingo.odata2.api.edm.provider.AnnotationAttribute,TypeAttributeDescriptor>

public class AutoCreatePropertyAnnotationGenerator extends Object implements PropertyAnnotationGenerator
Generate an annotation for EDMX property when auto create is true. example: <Property s:IsAutoCreate="true" .../>
  • Constructor Details

    • AutoCreatePropertyAnnotationGenerator

      public AutoCreatePropertyAnnotationGenerator()
  • Method Details