类 BaseKeyWordsHandler
java.lang.Object
com.baomidou.mybatisplus.generator.keywords.BaseKeyWordsHandler
- 所有已实现的接口:
IKeyWordsHandler
基类关键字处理
- 从以下版本开始:
- 3.3.2
- 作者:
- nieqiurong 2020/5/8.
-
字段概要
字段 -
构造器概要
构造器构造器说明BaseKeyWordsHandler(@NotNull List<String> keyWords) BaseKeyWordsHandler(@NotNull Set<String> keyWords) -
方法概要
修饰符和类型方法说明@NotNull Collection<String> 获取关键字booleanisKeyWords(@NotNull String columnName) 是否为关键字从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.baomidou.mybatisplus.generator.config.IKeyWordsHandler
formatColumn, formatStyle
-
字段详细资料
-
keyWords
-
-
构造器详细资料
-
BaseKeyWordsHandler
-
BaseKeyWordsHandler
-
-
方法详细资料
-
getKeyWords
从接口复制的说明:IKeyWordsHandler获取关键字- 指定者:
getKeyWords在接口中IKeyWordsHandler- 返回:
- 关键字集合
-
isKeyWords
从接口复制的说明:IKeyWordsHandler是否为关键字- 指定者:
isKeyWords在接口中IKeyWordsHandler- 参数:
columnName- 字段名称- 返回:
- 是否为关键字
-