org.apache.ibatis.binding
Class MapperMethod.SqlCommand

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

public static class MapperMethod.SqlCommand
extends Object


Constructor Summary
MapperMethod.SqlCommand(Configuration configuration, Class<?> declaringInterface, Method method)
           
 
Method Summary
 String getName()
           
 SqlCommandType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapperMethod.SqlCommand

public MapperMethod.SqlCommand(Configuration configuration,
                               Class<?> declaringInterface,
                               Method method)
                        throws BindingException
Throws:
BindingException
Method Detail

getName

public String getName()

getType

public SqlCommandType getType()


Copyright © 2010-2013 MyBatis.org. All Rights Reserved.