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 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()
-
-
-
Constructor Detail
-
SqlCommand
public SqlCommand(Configuration configuration, java.lang.Class<?> mapperInterface, java.lang.reflect.Method method)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getType
public SqlCommandType getType()
-
-