Uses of Class
de.hybris.platform.odata2services.odata.schema.KeyGenerator
Packages that use KeyGenerator
Package
Description
-
Uses of KeyGenerator in de.hybris.platform.odata2services.odata.schema
Classes in de.hybris.platform.odata2services.odata.schema with type parameters of type KeyGeneratorSubclasses of KeyGenerator in de.hybris.platform.odata2services.odata.schemaModifier and TypeClassDescriptionclassclassclassA key generator that uses any simple entity property having "IsUnique" annotation for the entity key. -
Uses of KeyGenerator in de.hybris.platform.odata2services.odata.schema.entity
Methods in de.hybris.platform.odata2services.odata.schema.entity that return KeyGeneratorModifier and TypeMethodDescriptionprotected KeyGeneratorSingleEntityTypeGenerator.getKeyGenerator()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.odata2services.odata.schema.entity with parameters of type KeyGeneratorModifier and TypeMethodDescriptionvoidSingleEntityTypeGenerator.setKeyGenerator(KeyGenerator generator) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in de.hybris.platform.odata2services.odata.schema.entity with parameters of type KeyGeneratorModifierConstructorDescriptionComposedEntityTypeElementGenerator(@NotNull KeyGenerator keyGenerator, @NotNull SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.Property>, TypeDescriptor> propertiesGenerator, @NotNull NavigationPropertyListGeneratorRegistry registry) Instantiates a new single entity type generator.LocalizedEntityTypeElementGenerator(@NotNull KeyGenerator keyGenerator, @NotNull SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.Property>, TypeDescriptor> propertiesGenerator) Instantiates a new localized entity type generator.protectedSingleEntityTypeElementGenerator(@NotNull KeyGenerator keyGenerator, @NotNull SchemaElementGenerator<List<org.apache.olingo.odata2.api.edm.provider.Property>, TypeDescriptor> propertiesGenerator) Instantiates a new single entity type generator.