Class KeyColumnImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      KeyColumnImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configureForMethod​(ConfigRegistry config, java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)
      Configures the config for the given annotation on a extension type method.
      • Methods inherited from class java.lang.Object

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

      • KeyColumnImpl

        public KeyColumnImpl()
    • Method Detail

      • configureForMethod

        public void configureForMethod​(ConfigRegistry config,
                                       java.lang.annotation.Annotation annotation,
                                       java.lang.Class<?> sqlObjectType,
                                       java.lang.reflect.Method method)
        Description copied from interface: ExtensionConfigurer
        Configures the config for the given annotation on a extension type method.
        Specified by:
        configureForMethod in interface ExtensionConfigurer
        Parameters:
        config - the config to configure
        annotation - the annotation
        sqlObjectType - the extension type
        method - the method which was annotated