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 TypeClassDescriptionclassThis entity represents the customer's model of the booking application.classThis entity represents the reservation's model of the booking application.