org.apache.ibatis.binding
Class MapperMethod.MethodSignature

java.lang.Object
  extended by org.apache.ibatis.binding.MapperMethod.MethodSignature
Enclosing class:
MapperMethod

public static class MapperMethod.MethodSignature
extends Object


Constructor Summary
MapperMethod.MethodSignature(Configuration configuration, Method method)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapperMethod.MethodSignature

public MapperMethod.MethodSignature(Configuration configuration,
                                    Method method)
                             throws BindingException
Throws:
BindingException
Method Detail

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.