Class CouponsRedeem
java.lang.Object
de.bytestore.hostinger.entity.ecommerce.CouponsRedeem
Entity representing the redemption of a coupon by a user.
Stores information about the user who redeemed the coupon, the associated coupon,
and metadata such as the creator and creation date of the redemption entry.
This entity is annotated with Jmix-specific and Jakarta Persistence annotations
to define its mapping to the corresponding database table and handle relationships
with other entities.
Table: HOST_COUPONS_REDEEMS
Indexes:
- USER_ID: Index on the associated user.
- COUPON_ID: Index on the associated coupon.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CouponsRedeem
public CouponsRedeem()
-