| Interface | Description |
|---|---|
| DbTransactionable | |
| TransactionConnection |
| Class | Description |
|---|---|
| DbType |
| Enum | Description |
|---|---|
| DbType.TYPE |
| Annotation Type | Description |
|---|---|
| DbIndex |
Use this to add a list of indexes to a column.
|
| DbPersistent |
Mark a getter or setter with this annotation to define it as a column in the database.
|
| DbPrimaryKey |
The same like DbPersistent but the column is used as primary key.
|
| DbRelation |
Mark a getter or setter with this annotation to define it as a column in the database.
|
| DbTable |
With this annotation you can overwrite the default behavior and define a
class table name 'by hand'.
|
Copyright © 2018. All rights reserved.