Class EntityId

java.lang.Object
passport.roles.EntityId
Direct Known Subclasses:
EvaluationId, EventId, TransactionId, UserId

public abstract class EntityId extends Object
Represents the unique identifier for an entity within the domain. An EntityId ensures that each entity has a unique identity that distinguishes it from all other entities, crucial for lookup process in persistence. This class serves as a base class for all entity identifiers, leveraging UUIDs for uniqueness.