Class QTicket

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

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

      • ticket

        public static final QTicket ticket
      • cancelUrl

        public final com.querydsl.core.types.dsl.StringPath cancelUrl
      • 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
      • 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
      • orderId

        public final com.querydsl.core.types.dsl.StringPath orderId
      • 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
      • successUrl

        public final com.querydsl.core.types.dsl.StringPath successUrl
      • successWebhookUrl

        public final com.querydsl.core.types.dsl.StringPath successWebhookUrl
      • ticketNumber

        public final com.querydsl.core.types.dsl.StringPath ticketNumber
      • 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

      • QTicket

        public QTicket​(String variable)
      • QTicket

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

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

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

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