Class MapperMethod.SqlCommand

  • Enclosing class:
    MapperMethod

    public static class MapperMethod.SqlCommand
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlCommand​(Configuration configuration, java.lang.Class<?> mapperInterface, java.lang.reflect.Method method)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getName()  
      SqlCommandType getType()  
      • Methods inherited from class java.lang.Object

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

      • SqlCommand

        public SqlCommand​(Configuration configuration,
                          java.lang.Class<?> mapperInterface,
                          java.lang.reflect.Method method)
    • Method Detail

      • getName

        public java.lang.String getName()