| Package | Description |
|---|---|
| org.seasar.doma |
Provides annotations and exceptions.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Delete
Indicates a delete.
|
interface |
Id
Indicates an entity identifier that is mapped to a primary key of a database table.
|
interface |
OriginalStates
Indicates that the annotated field holds original states that are fetched from database.
|
interface |
TenantId
Indicates the tenant id.
|
interface |
Transient
Indicates that the annotated field is not mapped to a column.
|
interface |
Version
Indicate a version property that is used for optimistic locking.
|