Package org.cyclos.entities.banking
Class QPayment
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<Payment>
-
- org.cyclos.entities.banking.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 Summary
Fields Modifier and Type Field Description QBasePayment_superprotected QAccessClientaccessClientQBigDecimalamountcom.querydsl.core.types.dsl.ListPath<TransactionAuthorization,QTransactionAuthorization>authorizationscom.querydsl.core.types.dsl.EnumPath<TransactionAuthorizationStatus>authorizationStatuscom.querydsl.core.types.dsl.EnumPath<TransactionAuthorizationType>authorizationTypecom.querydsl.core.types.dsl.SetPath<VoucherPack,QVoucherPack>boughtVoucherPacksprotected QBasicUserbyprotected QChannelchannelcom.querydsl.core.types.dsl.EnumPath<PaymentCreationType>creationTypecom.querydsl.core.types.dsl.SetPath<TransactionCustomFieldValue,QTransactionCustomFieldValue>customValuesQDatedatecom.querydsl.core.types.dsl.StringPathdescriptionQDateexpirationDatecom.querydsl.core.types.dsl.BooleanPathfeedbackExpirationNotifiedcom.querydsl.core.types.dsl.BooleanPathfeedbackExpirationReminderNotifiedcom.querydsl.core.types.dsl.BooleanPathfeedbackReminderNotifiedcom.querydsl.core.types.dsl.SetPath<TransactionFeedback,QTransactionFeedback>feedbacksprotected QAccountfromcom.querydsl.core.types.dsl.NumberPath<Long>fromIdcom.querydsl.core.types.dsl.StringPathfromNamecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.ListPath<Installment,QInstallment>installmentscom.querydsl.core.types.dsl.EnumPath<TransactionNature>natureprotected QAuthorizationLevelnextAuthorizationLevelprotected QBaseOidcClientoidcClientstatic QPaymentpaymentcom.querydsl.core.types.dsl.SetPath<PaymentRequest,QPaymentRequest>paymentRequestscom.querydsl.core.types.dsl.BooleanPathpendingNotificationprotected QPrincipalTypeprincipalTypeprotected QOperatorreceivedBycom.querydsl.core.types.dsl.BooleanPathshowToReceivercom.querydsl.core.types.dsl.StringPathstatusprotected QAccounttocom.querydsl.core.types.dsl.NumberPath<Long>toIdcom.querydsl.core.types.dsl.StringPathtoNameprotected QTransactiontransactioncom.querydsl.core.types.dsl.StringPathtransactionNumbercom.querydsl.core.types.dsl.SetPath<PaymentTransfer,QPaymentTransfer>transfersprotected QTransferTypetypeQIntegerversioncom.querydsl.core.types.dsl.SetPath<VoucherTransaction,QVoucherTransaction>voucherTransactions
-
Constructor Summary
Constructors Constructor Description QPayment(com.querydsl.core.types.Path<? extends Payment> path)QPayment(com.querydsl.core.types.PathMetadata metadata)QPayment(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QPayment(Class<? extends Payment> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QPayment(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccessClientaccessClient()QBasicUserby()QChannelchannel()QAccountfrom()QAuthorizationLevelnextAuthorizationLevel()QBaseOidcClientoidcClient()QPrincipalTypeprincipalType()QOperatorreceivedBy()QAccountto()QTransactiontransaction()QTransferTypetype()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
payment
public static final QPayment payment
-
_super
public final QBasePayment _super
-
accessClient
protected QAccessClient accessClient
-
amount
public final QBigDecimal amount
-
authorizations
public final com.querydsl.core.types.dsl.ListPath<TransactionAuthorization,QTransactionAuthorization> authorizations
-
authorizationStatus
public final com.querydsl.core.types.dsl.EnumPath<TransactionAuthorizationStatus> authorizationStatus
-
authorizationType
public final com.querydsl.core.types.dsl.EnumPath<TransactionAuthorizationType> authorizationType
-
boughtVoucherPacks
public final com.querydsl.core.types.dsl.SetPath<VoucherPack,QVoucherPack> boughtVoucherPacks
-
by
protected QBasicUser by
-
channel
protected QChannel channel
-
creationType
public final com.querydsl.core.types.dsl.EnumPath<PaymentCreationType> creationType
-
customValues
public final com.querydsl.core.types.dsl.SetPath<TransactionCustomFieldValue,QTransactionCustomFieldValue> customValues
-
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
-
feedbacks
public final com.querydsl.core.types.dsl.SetPath<TransactionFeedback,QTransactionFeedback> feedbacks
-
from
protected QAccount from
-
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
-
installments
public final com.querydsl.core.types.dsl.ListPath<Installment,QInstallment> installments
-
nature
public final com.querydsl.core.types.dsl.EnumPath<TransactionNature> nature
-
nextAuthorizationLevel
protected QAuthorizationLevel nextAuthorizationLevel
-
oidcClient
protected QBaseOidcClient oidcClient
-
paymentRequests
public final com.querydsl.core.types.dsl.SetPath<PaymentRequest,QPaymentRequest> paymentRequests
-
pendingNotification
public final com.querydsl.core.types.dsl.BooleanPath pendingNotification
-
principalType
protected QPrincipalType principalType
-
receivedBy
protected QOperator receivedBy
-
showToReceiver
public final com.querydsl.core.types.dsl.BooleanPath showToReceiver
-
status
public final com.querydsl.core.types.dsl.StringPath status
-
to
protected QAccount to
-
toId
public final com.querydsl.core.types.dsl.NumberPath<Long> toId
-
toName
public final com.querydsl.core.types.dsl.StringPath toName
-
transaction
protected QTransaction transaction
-
transactionNumber
public final com.querydsl.core.types.dsl.StringPath transactionNumber
-
transfers
public final com.querydsl.core.types.dsl.SetPath<PaymentTransfer,QPaymentTransfer> transfers
-
type
protected QTransferType type
-
version
public final QInteger version
-
voucherTransactions
public final com.querydsl.core.types.dsl.SetPath<VoucherTransaction,QVoucherTransaction> voucherTransactions
-
-
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)
-
-
Method Detail
-
accessClient
public QAccessClient accessClient()
-
by
public QBasicUser by()
-
channel
public QChannel channel()
-
from
public QAccount from()
-
nextAuthorizationLevel
public QAuthorizationLevel nextAuthorizationLevel()
-
oidcClient
public QBaseOidcClient oidcClient()
-
principalType
public QPrincipalType principalType()
-
receivedBy
public QOperator receivedBy()
-
to
public QAccount to()
-
transaction
public QTransaction transaction()
-
type
public QTransferType type()
-
-