public static class MapperMethod.SqlCommand extends Object
| Constructor and Description |
|---|
SqlCommand(org.apache.ibatis.session.Configuration configuration,
Class<?> mapperInterface,
Method method)
Instantiates a new Sql command.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets name.
|
org.apache.ibatis.mapping.SqlCommandType |
getType()
Gets type.
|
public String getName()
public org.apache.ibatis.mapping.SqlCommandType getType()
Copyright © 2022. All rights reserved.