| 类 | 说明 |
|---|---|
| JPA | |
| JPA.Primarykey |
| 注释类型 | 说明 |
|---|---|
| BootstrapId |
Entity class class annotations
|
| Column | |
| GeneratedValue | |
| Id | |
| NoCreate |
This field is ignored when creating the table
|
| NoDB |
Pertaining to a field that ignores any DB operations
|
| NoInsert | |
| NoUpdate |
Ignore fields in the modify operation.
|
| OneToMany | 已过时 |
| OneToOne | 已过时 |
| OrderBy | 已过时 |
| Param | |
| Priority |
This is a class annotation that indicates that the entity class has an
injection priority rather than the query result.
|
| Table |
Entity class class annotations
|
Copyright © 2023. All rights reserved.