Class UniquePropertyAnnotationGenerator

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

public class UniquePropertyAnnotationGenerator extends Object implements PropertyAnnotationGenerator
Generates an annotation for EDMX property when the property is unique. example: <Property s:IsUnique="true" ... />
  • Constructor Details

    • UniquePropertyAnnotationGenerator

      public UniquePropertyAnnotationGenerator()
  • Method Details