Class ProviderSqlSource

  • All Implemented Interfaces:
    SqlSource

    public class ProviderSqlSource
    extends java.lang.Object
    implements SqlSource
    Author:
    Clinton Begin, Kazuki Shimizu
    • Constructor Detail

      • ProviderSqlSource

        @Deprecated
        public ProviderSqlSource​(Configuration configuration,
                                 java.lang.Object provider,
                                 java.lang.Class<?> mapperType,
                                 java.lang.reflect.Method mapperMethod)
        Deprecated.
        Since 3.5.3, Please use the ProviderSqlSource(Configuration, Annotation, Class, Method) instead of this. This constructor will remove at a future version.
        Since:
        3.4.5
      • ProviderSqlSource

        public ProviderSqlSource​(Configuration configuration,
                                 java.lang.annotation.Annotation provider,
                                 java.lang.Class<?> mapperType,
                                 java.lang.reflect.Method mapperMethod)
        Since:
        3.5.3