Package develop.toolkit.mybatis
Class SimpleMapperHelper
java.lang.Object
develop.toolkit.mybatis.SimpleMapperHelper
- Author:
- qiushui on 2022-02-10.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.ibatis.scripting.xmltags.XMLLanguageDriver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidchangeMs(org.apache.ibatis.mapping.MappedStatement ms) 替换 SqlSourcestatic Class<?>getEntityClass(Class<?> mapperClass) 获取泛型类型
-
Field Details
-
XML_LANGUAGE_DRIVER
public static final org.apache.ibatis.scripting.xmltags.XMLLanguageDriver XML_LANGUAGE_DRIVER
-
-
Constructor Details
-
SimpleMapperHelper
public SimpleMapperHelper()
-
-
Method Details
-
getEntityClass
获取泛型类型 -
changeMs
替换 SqlSource- Throws:
Exception
-