Class MapperMethod.SqlCommand

  • Enclosing class:
    MapperMethod

    public static class MapperMethod.SqlCommand
    extends Object
    The type Sql command.
    • Constructor Detail

      • SqlCommand

        public SqlCommand​(org.apache.ibatis.session.Configuration configuration,
                          Class<?> mapperInterface,
                          Method method)
        Instantiates a new Sql command.
        Parameters:
        configuration - the configuration
        mapperInterface - the mapper interface
        method - the method
    • Method Detail

      • getName

        public String getName()
        Gets name.
        Returns:
        the name
      • getType

        public org.apache.ibatis.mapping.SqlCommandType getType()
        Gets type.
        Returns:
        the type