Package org.cyclos.entities.banking
Class QVoucherRedeem
- 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<VoucherRedeem>
-
- org.cyclos.entities.banking.QVoucherRedeem
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<VoucherRedeem>,com.querydsl.core.types.Expression<VoucherRedeem>,com.querydsl.core.types.Path<VoucherRedeem>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QVoucherRedeem extends com.querydsl.core.types.dsl.EntityPathBase<VoucherRedeem>QVoucherRedeem is a Querydsl query type for VoucherRedeem- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QVoucherTransaction_superQBigDecimalamountcom.querydsl.core.types.dsl.SetPath<VoucherTransactionAmountReservation,QVoucherTransactionAmountReservation>amountReservationsprotected QBasicUserbyprotected QVoucherChargebackchargedBackByQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.EnumPath<VoucherTransactionNature>natureprotected QInternalTransactiontransactioncom.querydsl.core.types.dsl.NumberPath<Long>transactionIdprotected QUseruserprotected QVouchervoucherstatic QVoucherRedeemvoucherRedeem
-
Constructor Summary
Constructors Constructor Description QVoucherRedeem(com.querydsl.core.types.Path<? extends VoucherRedeem> path)QVoucherRedeem(com.querydsl.core.types.PathMetadata metadata)QVoucherRedeem(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherRedeem(Class<? extends VoucherRedeem> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherRedeem(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QBasicUserby()QVoucherChargebackchargedBackBy()QInternalTransactiontransaction()QUseruser()QVouchervoucher()-
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
-
voucherRedeem
public static final QVoucherRedeem voucherRedeem
-
_super
public final QVoucherTransaction _super
-
amount
public final QBigDecimal amount
-
amountReservations
public final com.querydsl.core.types.dsl.SetPath<VoucherTransactionAmountReservation,QVoucherTransactionAmountReservation> amountReservations
-
by
protected QBasicUser by
-
chargedBackBy
protected QVoucherChargeback chargedBackBy
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
nature
public final com.querydsl.core.types.dsl.EnumPath<VoucherTransactionNature> nature
-
transaction
protected QInternalTransaction transaction
-
transactionId
public final com.querydsl.core.types.dsl.NumberPath<Long> transactionId
-
user
protected QUser user
-
voucher
protected QVoucher voucher
-
-
Constructor Detail
-
QVoucherRedeem
public QVoucherRedeem(String variable)
-
QVoucherRedeem
public QVoucherRedeem(com.querydsl.core.types.Path<? extends VoucherRedeem> path)
-
QVoucherRedeem
public QVoucherRedeem(com.querydsl.core.types.PathMetadata metadata)
-
QVoucherRedeem
public QVoucherRedeem(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QVoucherRedeem
public QVoucherRedeem(Class<? extends VoucherRedeem> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
by
public QBasicUser by()
-
chargedBackBy
public QVoucherChargeback chargedBackBy()
-
transaction
public QInternalTransaction transaction()
-
user
public QUser user()
-
voucher
public QVoucher voucher()
-
-