Class IntegrationKeyGenerator
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.schema.KeyGenerator
-
- de.hybris.platform.odata2services.odata.schema.IntegrationKeyGenerator
-
- All Implemented Interfaces:
SchemaElementGenerator<java.util.Optional<org.apache.olingo.odata2.api.edm.provider.Key>,java.util.List<org.apache.olingo.odata2.api.edm.provider.Property>>
public class IntegrationKeyGenerator extends KeyGenerator
-
-
Constructor Summary
Constructors Constructor Description IntegrationKeyGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.olingo.odata2.api.edm.provider.KeycreateKey()protected booleanisKey(org.apache.olingo.odata2.api.edm.provider.SimpleProperty property)-
Methods inherited from class de.hybris.platform.odata2services.odata.schema.KeyGenerator
generate, getSimpleProperties
-
-
-
-
Method Detail
-
createKey
protected org.apache.olingo.odata2.api.edm.provider.Key createKey()
- Specified by:
createKeyin classKeyGenerator
-
isKey
protected boolean isKey(org.apache.olingo.odata2.api.edm.provider.SimpleProperty property)
- Specified by:
isKeyin classKeyGenerator
-
-