| Annotation Type | Description |
|---|---|
| CreatedBy |
Marks a property which should be updated with the current when the entity gets persisted.
|
| CreatedOn |
Marks a property which should be updated with a timestamp when the entity gets persisted.
|
| CurrentUser |
Identifies the current user responsible for entity creation or modification.
|
| ModifiedBy |
Marks a property which should keep track on the last changing user.
|
| ModifiedOn |
Marks a property which should be updated with a timestamp when the entity gets updated.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.