| Annotation Type | Description |
|---|---|
| AutoTimestamp | A property annotation used to apply auto-timestamping on a field upon gorm insert and update events |
| Entity | A class annotation used to make a class into a GORM domain class. |
| JpaEntity | A class annotation used to make a class into a GORM domain class. |