| Annotation Type | Description |
|---|---|
| Column |
用来定义数据库类字段和数据库表字段之间的映射。
A Column used to annotate a field that mapped to a column of table in database
|
| Component |
组件。可以将一组字段封装在一个对象中,并通过 @Component 注解来整体引入,类似Hibernate中的组件列。
Component fields.
|
| Index |
索引定义
Config the index
|
| IndexColumn |
索引字段信息
Index column
|
| PrimaryKey |
定义主键
PrimaryKey
|
| Table |
Table used to annotate a class to mapping a class to a database table
|
Copyright © 2019. All rights reserved.