Class MapperMethod.SqlCommand
- java.lang.Object
-
- pro.chenggang.project.reactive.mybatis.support.r2dbc.binding.MapperMethod.SqlCommand
-
- Enclosing class:
- MapperMethod
public static class MapperMethod.SqlCommand extends Object
The type Sql command.
-
-
Constructor Summary
Constructors Constructor Description SqlCommand(org.apache.ibatis.session.Configuration configuration, Class<?> mapperInterface, Method method)Instantiates a new Sql command.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets name.org.apache.ibatis.mapping.SqlCommandTypegetType()Gets type.
-
-
-
Method Detail
-
getName
public String getName()
Gets name.- Returns:
- the name
-
getType
public org.apache.ibatis.mapping.SqlCommandType getType()
Gets type.- Returns:
- the type
-
-