org.apache.ibatis.binding
Class MapperMethod.MethodSignature
java.lang.Object
org.apache.ibatis.binding.MapperMethod.MethodSignature
- Enclosing class:
- MapperMethod
public static class MapperMethod.MethodSignature
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapperMethod.MethodSignature
public MapperMethod.MethodSignature(Configuration configuration,
Method method)
throws BindingException
- Throws:
BindingException
convertArgsToSqlCommandParam
public Object convertArgsToSqlCommandParam(Object[] args)
hasRowBounds
public boolean hasRowBounds()
extractRowBounds
public RowBounds extractRowBounds(Object[] args)
hasResultHandler
public boolean hasResultHandler()
extractResultHandler
public ResultHandler extractResultHandler(Object[] args)
getMapKey
public String getMapKey()
getReturnType
public Class<?> getReturnType()
returnsMany
public boolean returnsMany()
returnsMap
public boolean returnsMap()
returnsVoid
public boolean returnsVoid()
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.