Class QPayment

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

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

      • payment

        public static final QPayment payment
      • boughtVoucherPacks

        public final com.querydsl.core.types.dsl.SetPath<VoucherPack,​QVoucherPack> boughtVoucherPacks
      • creationType

        public final com.querydsl.core.types.dsl.EnumPath<PaymentCreationType> creationType
      • date

        public final QDate date
      • description

        public final com.querydsl.core.types.dsl.StringPath description
      • expirationDate

        public final QDate expirationDate
      • feedbackExpirationNotified

        public final com.querydsl.core.types.dsl.BooleanPath feedbackExpirationNotified
      • feedbackExpirationReminderNotified

        public final com.querydsl.core.types.dsl.BooleanPath feedbackExpirationReminderNotified
      • feedbackReminderNotified

        public final com.querydsl.core.types.dsl.BooleanPath feedbackReminderNotified
      • fromId

        public final com.querydsl.core.types.dsl.NumberPath<Long> fromId
      • fromName

        public final com.querydsl.core.types.dsl.StringPath fromName
      • id

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

        public final com.querydsl.core.types.dsl.EnumPath<TransactionNature> nature
      • pendingNotification

        public final com.querydsl.core.types.dsl.BooleanPath pendingNotification
      • showToReceiver

        public final com.querydsl.core.types.dsl.BooleanPath showToReceiver
      • status

        public final com.querydsl.core.types.dsl.StringPath status
      • toId

        public final com.querydsl.core.types.dsl.NumberPath<Long> toId
      • toName

        public final com.querydsl.core.types.dsl.StringPath toName
      • transactionNumber

        public final com.querydsl.core.types.dsl.StringPath transactionNumber
      • version

        public final QInteger version
    • Constructor Detail

      • QPayment

        public QPayment​(String variable)
      • QPayment

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

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

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

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