| 注释类型 | 说明 |
|---|---|
| Column |
The annotation is used for mapping the column and field of Java Bean.
|
| DomainModel |
The domain model is a core concept in ObjectiveSql, it holds the logic
and status in the application, describes the data structure of the database at the same time.
|
| PrimaryKey |
Customizes a java field who maps the column of table.
|
| Queryable |
Indicates a column can be queried.
|
| Relation |
It describes the relation between different domain models and domain models,
such as, a member has many orders, and the relation field will be filled after
querying.
|
| Transactional |
It indicates the methods will be executed in a database transaction.
|
| Transient |
It indicates that a field will not be persisted into database.
|
Copyright © 2020 com.github.braisdom. All rights reserved.