Class OrdersItem

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

@Entity public class OrdersItem extends Object
Represents an item in an order within the shopping system.

This entity stores details about individual items within an order, including the associated product, the order it belongs to, the price, quantity, and timestamps for creation.

  • Constructor Details

    • OrdersItem

      public OrdersItem()