Package org.apache.ibatis.binding
Class MapperMethod.SqlCommand
- java.lang.Object
-
- org.apache.ibatis.binding.MapperMethod.SqlCommand
-
- Enclosing class:
- MapperMethod
public static class MapperMethod.SqlCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description SqlCommand(Configuration configuration, Class<?> mapperInterface, Method method)
-
-
-
Constructor Detail
-
SqlCommand
public SqlCommand(Configuration configuration, Class<?> mapperInterface, Method method)
-
-
Method Detail
-
getName
public String getName()
-
getType
public SqlCommandType getType()
-
-