Skip to main content

Abstract Class: SimpleEntity

Defined in: service-core/src/models/SimpleEntity.ts:15

Provides a simple base class for all entity's that will be persisted with TypeORM. Unlike BaseEntity this class does not provide optimistic locking or date created and modified tracking.

Extended by

Constructors

Constructor

new SimpleEntity(other?): SimpleEntity

Defined in: service-core/src/models/SimpleEntity.ts:26

Parameters

other?

Partial<SimpleEntity>

Returns

SimpleEntity

Properties

uid

uid: string

Defined in: service-core/src/models/SimpleEntity.ts:24

The universally unique identifier of the entity.