@Documented @Retention(value=RUNTIME) @Target(value=FIELD) @Inherited public @interface Index
| 限定符和类型 | 可选元素和说明 |
|---|---|
int |
order
复合索引的顺序,默认0
|
Index.IndexType |
type
索引类型,默认为普通索引
|
String |
value
索引名,用于分组,默认为idx_xxxx
|
public abstract String value
public abstract Index.IndexType type
Copyright © 2019. All rights reserved.