public static class MapperMethod.MethodSignature extends Object
| Constructor and Description |
|---|
MethodSignature(org.apache.ibatis.session.Configuration configuration,
Class<?> mapperInterface,
Method method)
Instantiates a new Method signature.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
convertArgsToSqlCommandParam(Object[] args)
Convert args to sql command param object.
|
org.apache.ibatis.session.ResultHandler |
extractResultHandler(Object[] args)
Extract result handler result handler.
|
org.apache.ibatis.session.RowBounds |
extractRowBounds(Object[] args)
Extract row bounds row bounds.
|
Class<?> |
getReturnInferredType()
Gets return inferred type.
|
Class<?> |
getReturnType()
Gets return type.
|
boolean |
hasResultHandler()
Has result handler boolean.
|
boolean |
hasRowBounds()
Has row bounds boolean.
|
boolean |
returnsMany()
Returns many boolean.
|
boolean |
returnsVoid()
Returns void boolean.
|
public Object convertArgsToSqlCommandParam(Object[] args)
args - the argspublic boolean hasRowBounds()
public org.apache.ibatis.session.RowBounds extractRowBounds(Object[] args)
args - the argspublic boolean hasResultHandler()
public org.apache.ibatis.session.ResultHandler extractResultHandler(Object[] args)
args - the argspublic Class<?> getReturnType()
public Class<?> getReturnInferredType()
public boolean returnsMany()
public boolean returnsVoid()
Copyright © 2022. All rights reserved.