@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Table
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
propertyUseUnderlineStitching
属性是否映射成下划线模式
true aB - a_b
false aB - aB
|
boolean |
tableUseUnderlineStitching
属性是否映射成下划线模式
true aB - a_b
false aB - aB
|
String |
value |
public abstract String value
Copyright © 2020. All rights reserved.