java.lang.Object
fr.utc.miage.sporttrack.entity.user.User
fr.utc.miage.sporttrack.entity.user.Admin
All Implemented Interfaces:
Serializable

@Entity public class Admin extends User
JPA entity representing an administrator user within the SportTrack application.

An admin inherits all common user properties from User and is mapped to the admins database table. Administrators have elevated privileges for managing sports, badges, and other system-wide resources.

Author:
SportTrack Team
See Also:
  • Constructor Details

    • Admin

      public Admin()