| Annotation Type | Description |
|---|---|
| AutoTimestamp | A property annotation used to apply auto-timestamping on a field upon gorm insert and update events |
| CreatedBy | A property annotation used to automatically populate a field with the current auditor upon GORM insert events. |
| CreatedDate | A property annotation used to apply auto-timestamping on a field upon gorm insert 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. |
| LastModifiedBy | A property annotation used to automatically populate a field with the current auditor upon GORM insert and update events. |
| LastModifiedDate | A property annotation used to apply auto-timestamping on a field upon gorm insert and update events. |