类 GenIdUtil
- java.lang.Object
-
- tk.mybatis.mapper.genid.GenIdUtil
-
public class GenIdUtil extends Object
- 从以下版本开始:
- 2018-04-22
- 作者:
- liuzh
-
-
构造器概要
构造器 构造器 说明 GenIdUtil()
-
-
-
字段详细资料
-
LOCK
public static final ReentrantLock LOCK
-
-
方法详细资料
-
genId
public static void genId(Object target, String property, Class<? extends GenId> genClass, String table, String column) throws MapperException
生成 Id- 参数:
target-property-genClass-table-column-- 抛出:
MapperException
-
-