Class CartItem

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

@Entity public class CartItem extends Object
Represents an item in a shopping cart.

This entity links a specific product to a cart, along with its price. It establishes relationships between the Product and Cart entities.

  • Constructor Details

    • CartItem

      public CartItem()