|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface SqlTypeAnnotation
| 必需元素摘要 | |
|---|---|
int |
type
|
| 可选元素摘要 | |
|---|---|
boolean |
index
|
int |
length
|
String |
sqlType
|
| 元素详细信息 |
|---|
public abstract int type
public abstract int length
public abstract String sqlType
public abstract boolean index
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||