| Interface | Description |
|---|---|
| BasicEntity |
Basic entity
|
| Class | Description |
|---|---|
| ProcArg |
Search process argument, may use in Search#build
|
| Search | |
| SqlFragment | |
| SqlParam |
| Enum | Description |
|---|---|
| Search.Order |
order
|
| Annotation Type | Description |
|---|---|
| NoPrimaryKey |
Mark entity has no primary key
|
| NotUpdate |
Mark entity field does not update
|
| NotUpdateWhenNull |
Mark entity field does not update when value is null
|
| PrimaryKey |
Mark entity field is primary key
|
| RawValue |
Mark field uses raw value, for example:
|
| Table |
Mark table of entity or mapper
|
| Transient |
Mark entity field as transient, do not insert or update
|
| UseGeneratedKeys |
Copyright © 2020. All rights reserved.