Uses of Interface
de.hybris.platform.odata2services.odata.schema.attribute.AnnotationGenerator
-
Packages that use AnnotationGenerator Package Description de.hybris.platform.odata2services.odata.schema.attribute -
-
Uses of AnnotationGenerator in de.hybris.platform.odata2services.odata.schema.attribute
Classes in de.hybris.platform.odata2services.odata.schema.attribute that implement AnnotationGenerator Modifier and Type Class Description classAutoCreateAnnotationGeneratorA generator responsible for includings:IsAutoCreateannotation on thePropertyandNavigationPropertyEDMX elements.classLanguageDependentAttributeGeneratorclassNullableAttributeGeneratorclassPartOfGeneratorA generator responsible for includings:IsPartOfannotation on thePropertyandNavigationPropertyEDMX elements.classUniqueAttributeGeneratorMethod parameters in de.hybris.platform.odata2services.odata.schema.attribute with type arguments of type AnnotationGenerator Modifier and Type Method Description voidAttributeAnnotationListGenerator. setAnnotationGenerators(java.util.List<AnnotationGenerator<ItemModel>> annotationGenerators)
-