类 ConcurrentSqlCreatorLocker
- java.lang.Object
-
- tech.codingless.core.plugs.mybaties3.ConcurrentSqlCreatorLocker
-
public class ConcurrentSqlCreatorLocker extends Object
为了保证创建SQL语句的线程安全- 作者:
- 王鸿雁
-
-
字段概要
字段 修饰符和类型 字段 说明 protected static ConcurrentHashMap<String,Object>LOCKER_MAPprotected static ConcurrentHashMap<String,Boolean>SQL_GEN_SUCCESS
-
构造器概要
构造器 构造器 说明 ConcurrentSqlCreatorLocker()
-
-
-
字段详细资料
-
SQL_GEN_SUCCESS
protected static final ConcurrentHashMap<String,Boolean> SQL_GEN_SUCCESS
-
LOCKER_MAP
protected static final ConcurrentHashMap<String,Object> LOCKER_MAP
-
-