Package cn.lm.mybatis.mapper.genid
Class GenIdUtil
java.lang.Object
cn.lm.mybatis.mapper.genid.GenIdUtil
- Since:
- 2018-04-22
- Author:
- liuzh
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CACHE
-
LOCK
-
-
Constructor Details
-
GenIdUtil
public GenIdUtil()
-
-
Method Details
-
genId
public static void genId(Object target, String property, Class<? extends GenId> genClass, String table, String column) throws MapperException 生成 Id- Parameters:
target-property-genClass-table-column-- Throws:
MapperException
-