Class RegisterRowMapperFactoryImpl

    • Constructor Detail

      • RegisterRowMapperFactoryImpl

        public RegisterRowMapperFactoryImpl()
    • 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
      • configureForType

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