Class WishList

java.lang.Object
com.glowmart.shop_management.entity.WishList

@Entity public class WishList extends Object
Represents a wishlist in the shopping system.

This entity stores information about a user's wishlist, including the user who owns it and the products added to the wishlist. The wishlist allows users to save products for future purchases.

  • Constructor Details

    • WishList

      public WishList()