Package com.esprit.models.users


package com.esprit.models.users
  • Classes
    Class
    Description
    Admin entity extending User with Hibernate annotations
    Cinema Manager entity extending User with Hibernate annotations
    Client entity extending User with Hibernate annotations
    Abstract User entity representing the base user model Fixed issues: phoneNumber changed from int to String for proper phone handling Added proper Hibernate annotations and Lombok annotations