Class: abstract RoleAssignmentPostgresEntity
Role Assignment Postgres Entity
Extends
Implements
Constructors
new RoleAssignmentPostgresEntity()
new RoleAssignmentPostgresEntity():
RoleAssignmentPostgresEntity
Returns
Inherited from
CommonPostgresEntity.constructor
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
assignee | ReferenceIdInterface<string> | Assignee You will need to decorate this in your concrete entity class | - |
dateCreated | Date | Date created. | RoleAssignmentEntityInterface.dateCreated CommonPostgresEntity.dateCreated |
dateDeleted | AuditDateDeleted | Date deleted. | RoleAssignmentEntityInterface.dateDeleted CommonPostgresEntity.dateDeleted |
dateUpdated | Date | Date updated. | RoleAssignmentEntityInterface.dateUpdated CommonPostgresEntity.dateUpdated |
id | string | - | RoleAssignmentEntityInterface.id CommonPostgresEntity.id |
role | RoleEntityInterface | Role You will need to decorate this in your concrete entity class | - |
version | number | Version | RoleAssignmentEntityInterface.version CommonPostgresEntity.version |