Package com.github.collinalpert.java2db.annotations
-
Annotation Types Summary Annotation Type Description ForeignKeyObject Marks a field as the correspondent object to a foreign key.TableName Specifies the database table name for an entity.
| Annotation Type | Description |
|---|---|
| ForeignKeyObject |
Marks a field as the correspondent object to a foreign key.
|
| TableName |
Specifies the database table name for an entity.
|