public static class MapperMethod.MethodSignature extends Object
Constructor and Description |
---|
MapperMethod.MethodSignature(Configuration configuration,
Method method) |
Modifier and Type | Method and Description |
---|---|
Object |
convertArgsToSqlCommandParam(Object[] args) |
ResultHandler |
extractResultHandler(Object[] args) |
RowBounds |
extractRowBounds(Object[] args) |
String |
getMapKey() |
Class<?> |
getReturnType() |
boolean |
hasResultHandler() |
boolean |
hasRowBounds() |
boolean |
returnsMany() |
boolean |
returnsMap() |
boolean |
returnsVoid() |
public MapperMethod.MethodSignature(Configuration configuration, Method method)
public boolean hasRowBounds()
public boolean hasResultHandler()
public ResultHandler extractResultHandler(Object[] args)
public String getMapKey()
public Class<?> getReturnType()
public boolean returnsMany()
public boolean returnsMap()
public boolean returnsVoid()
Copyright © 2010–2015 MyBatis.org. All rights reserved.