Class QRecurringPayment

    • Field Detail

      • 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
      • occurrencesCount

        public final QInteger occurrencesCount
      • 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

      • QRecurringPayment

        public QRecurringPayment​(String variable)
      • QRecurringPayment

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

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

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

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