org.apache.ibatis.binding
Class MapperMethod.SqlCommand
java.lang.Object
org.apache.ibatis.binding.MapperMethod.SqlCommand
- Enclosing class:
- MapperMethod
public static class MapperMethod.SqlCommand
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapperMethod.SqlCommand
public MapperMethod.SqlCommand(Configuration configuration,
Class<?> declaringInterface,
Method method)
throws BindingException
- Throws:
BindingException
getName
public String getName()
getType
public SqlCommandType getType()
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.