Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.olingo.odata2.api.edm.provider.Key createKey()  
      protected boolean isKey​(org.apache.olingo.odata2.api.edm.provider.SimpleProperty property)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegrationKeyGenerator

        public IntegrationKeyGenerator()
    • Method Detail

      • createKey

        protected org.apache.olingo.odata2.api.edm.provider.Key createKey()
        Specified by:
        createKey in class KeyGenerator
      • isKey

        protected boolean isKey​(org.apache.olingo.odata2.api.edm.provider.SimpleProperty property)
        Specified by:
        isKey in class KeyGenerator