Uses of Interface
passport.roles.Entity
Package
Description
-
Uses of Entity in passport.domain.models.evaluations
Modifier and TypeClassDescriptionclass
Represents an evaluation of an event, including the event ID, author ID, and comment. -
Uses of Entity in passport.domain.models.events
Modifier and TypeClassDescriptionclass
Represents an event with its poster, box office details, and evaluations. -
Uses of Entity in passport.domain.models.purchases
Modifier and TypeClassDescriptionclass
Represents a transaction including payer, recipient, payment details, and description. -
Uses of Entity in passport.domain.models.users
Modifier and TypeClassDescriptionclass
Represents a user, including login details, personal details, and purchased tickets.