| 程序包 | 说明 |
|---|---|
| com.github.braisdom.objsql | |
| com.github.braisdom.objsql.relation | |
| com.github.braisdom.objsql.sql.expression |
| 类和说明 |
|---|
| PrimaryKey
The annotation is used for customizing the primary key
|
| 类和说明 |
|---|
| 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 when
querying
public class Member {
|
| 类和说明 |
|---|
| DomainModel
The domain model is a core concept, it holds the logic and status in application,
describes the data structure of database at the same time.
|
Copyright © 2020 com.github.braisdom. All rights reserved.