EntityId

open class EntityId<Id>(val value: Id)

Inheritors

Constructors

Link copied to clipboard
constructor(value: Id)

Properties

Link copied to clipboard
open val value: Id

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int