Package org.apache.ibatis.binding
Class MapperMethod.SqlCommand
java.lang.Object
org.apache.ibatis.binding.MapperMethod.SqlCommand
- Enclosing class:
MapperMethod
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSqlCommand
(Configuration configuration, Class<?> mapperInterface, Method method) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
private MappedStatement
resolveMappedStatement
(Class<?> mapperInterface, String methodName, Class<?> declaringClass, Configuration configuration)
-
Field Details
-
name
-
type
-
-
Constructor Details
-
SqlCommand
-
-
Method Details
-
getName
-
getType
-
resolveMappedStatement
private MappedStatement resolveMappedStatement(Class<?> mapperInterface, String methodName, Class<?> declaringClass, Configuration configuration)
-