Class Menu
java.lang.Object
de.bytestore.hostinger.menu.entity.Menu
Represents a menu entity that holds details regarding a menu item.
This class is mapped to the database table "MENU_MENU".
The Menu entity includes attributes such as:
- A unique identifier (UUID).
- Metadata for tracking creation, modification, and deletion (e.g., createdBy, createdDate, lastModifiedBy, lastModifiedDate).
- The name of the menu, which is a required field and must be unique.
- An optional code, which is also unique.
- A priority field to determine the display order or importance.
- A detailed description of the menu entry.
- A configuration field stored as a large object (LOB) for extended data.
- A roleCode specifying the associated role for the menu.
Each menu entity instance is versioned and supports optimistic locking.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Menu
public Menu()
-