Class QVoucherPack

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<VoucherPack>, com.querydsl.core.types.Expression<VoucherPack>, com.querydsl.core.types.Path<VoucherPack>, Serializable

    @Generated("com.querydsl.codegen.EntitySerializer")
    public class QVoucherPack
    extends com.querydsl.core.types.dsl.EntityPathBase<VoucherPack>
    QVoucherPack is a Querydsl query type for VoucherPack
    See Also:
    Serialized Form
    • Field Detail

      • aboutToExpireNotified

        public final com.querydsl.core.types.dsl.BooleanPath aboutToExpireNotified
      • activationDeadline

        public final QDate activationDeadline
      • buyer

        protected QUser buyer
      • creationDate

        public final QDate creationDate
      • creationType

        public final com.querydsl.core.types.dsl.EnumPath<VoucherCreationType> creationType
      • expirationDate

        public final QDate expirationDate
      • expirationNotified

        public final com.querydsl.core.types.dsl.BooleanPath expirationNotified
      • gift

        public final com.querydsl.core.types.dsl.BooleanPath gift
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • redeemAfterDate

        public final QDate redeemAfterDate
      • redeemOnWeekDays

        public final com.querydsl.core.types.dsl.StringPath redeemOnWeekDays
      • sendMessage

        public final com.querydsl.core.types.dsl.StringPath sendMessage
      • typeId

        public final com.querydsl.core.types.dsl.NumberPath<Long> typeId
      • version

        public final QInteger version
      • vouchers

        public final com.querydsl.core.types.dsl.SetPath<Voucher,​QVoucher> vouchers
      • voucherTokens

        public final com.querydsl.core.types.dsl.StringPath voucherTokens
    • Constructor Detail

      • QVoucherPack

        public QVoucherPack​(String variable)
      • QVoucherPack

        public QVoucherPack​(com.querydsl.core.types.Path<? extends VoucherPack> path)
      • QVoucherPack

        public QVoucherPack​(com.querydsl.core.types.PathMetadata metadata)
      • QVoucherPack

        public QVoucherPack​(com.querydsl.core.types.PathMetadata metadata,
                            com.querydsl.core.types.dsl.PathInits inits)
      • QVoucherPack

        public QVoucherPack​(Class<? extends VoucherPack> type,
                            com.querydsl.core.types.PathMetadata metadata,
                            com.querydsl.core.types.dsl.PathInits inits)