Class KeyColumnImpl

    • Constructor Detail

      • KeyColumnImpl

        public KeyColumnImpl()
    • Method Detail

      • configureForMethod

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