Class CouponsRedeem

java.lang.Object
de.bytestore.hostinger.entity.ecommerce.CouponsRedeem

@Entity(name="host_CouponsRedeems") public class CouponsRedeem extends Object
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 Details

    • CouponsRedeem

      public CouponsRedeem()