Uses of Class
io.github.marcopaglio.booking.model.BaseEntity
Packages that use BaseEntity
Package
Description
Contains entities' models for the booking application.
-
Uses of BaseEntity in io.github.marcopaglio.booking.model
Subclasses of BaseEntity in io.github.marcopaglio.booking.modelModifier and TypeClassDescriptionclass
This entity represents the customer's model of the booking application.class
This entity represents the reservation's model of the booking application.