Annotation Interface Index
索引注解。
标记在实体类字段上,表示该字段需要创建索引。
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Berry_so
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
-
unique
boolean unique是否为唯一索引。- Returns:
- true 表示创建唯一索引,默认为 false
- Default:
false
-