org.apache.camel.component.mybatis
Class MyBatisConstants

java.lang.Object
  extended by org.apache.camel.component.mybatis.MyBatisConstants

public final class MyBatisConstants
extends Object

MyBatis constants.

Version:

Field Summary
static String MYBATIS_RESULT
           
static String MYBATIS_STATEMENT_NAME
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MYBATIS_RESULT

public static final String MYBATIS_RESULT
See Also:
Constant Field Values

MYBATIS_STATEMENT_NAME

public static final String MYBATIS_STATEMENT_NAME
See Also:
Constant Field Values


Apache Camel