Class MyBatisConstants
java.lang.Object
org.apache.camel.component.mybatis.MyBatisConstants
MyBatis constants.
-
Field Details
-
SCHEME_MYBATIS_BEAN
- See Also:
-
SCHEME_MYBATIS
- See Also:
-
MYBATIS_RESULT
@Metadata(label="producer", description="The *response* returned from MtBatis in any of the operations. For\ninstance an `INSERT` could return the auto-generated key, or number of\nrows etc.", javaType="Object") public static final String MYBATIS_RESULT- See Also:
-
MYBATIS_STATEMENT_NAME
@Metadata(description="The *statementName* used (for example: insertAccount).", javaType="String", applicableFor="mybatis") public static final String MYBATIS_STATEMENT_NAME- See Also:
-