Class SelectKeyHelper
java.lang.Object
cn.lm.mybatis.mapper.mapperhelper.SelectKeyHelper
创建 selectKey
- Since:
- 2017/7/9.
- Author:
- liuzh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidnewSelectKeyMappedStatement(org.apache.ibatis.mapping.MappedStatement ms, EntityColumn column, Class<?> entityClass, Boolean executeBefore, String identity) 新建SelectKey节点
-
Constructor Details
-
SelectKeyHelper
public SelectKeyHelper()
-
-
Method Details
-
newSelectKeyMappedStatement
public static void newSelectKeyMappedStatement(org.apache.ibatis.mapping.MappedStatement ms, EntityColumn column, Class<?> entityClass, Boolean executeBefore, String identity) 新建SelectKey节点- Parameters:
ms-column-
-