Class Category

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

@Entity public class Category extends Object
Represents a category in the shopping system.

This entity is used to group products under specific categories. Each category has a unique identifier, a name, and timestamps for tracking creation and updates.

  • Constructor Details

    • Category

      public Category()