Class QTransferFeeTransfer

    • Field Detail

      • children

        public final com.querydsl.core.types.dsl.ListPath<Transfer,​QTransfer> children
      • date

        public final QDate date
      • emissionDate

        public final QDate emissionDate
      • expirationDate

        public final QDate expirationDate
      • fromId

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

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

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

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

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

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

      • QTransferFeeTransfer

        public QTransferFeeTransfer​(String variable)
      • QTransferFeeTransfer

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

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

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

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