Uses of Enum Class
it.univr.passportease.entity.enums.Status
Packages that use Status
Package
Description
-
Uses of Status in it.univr.passportease.entity
Fields in it.univr.passportease.entity declared as StatusModifier and TypeFieldDescriptionprivate @NonNull Status
Availability.status
The status of theAvailability
. -
Uses of Status in it.univr.passportease.entity.enums
Methods in it.univr.passportease.entity.enums that return Status -
Uses of Status in it.univr.passportease.repository
Methods in it.univr.passportease.repository with parameters of type StatusModifier and TypeMethodDescriptionAvailabilityRepository.findByStatus
(Status status) Find the list ofAvailability
entities that have the given status.