Package org.cyclos.entities.banking
Class QVoucherChargeback
- 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<VoucherChargeback>
-
- org.cyclos.entities.banking.QVoucherChargeback
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<VoucherChargeback>,com.querydsl.core.types.Expression<VoucherChargeback>,com.querydsl.core.types.Path<VoucherChargeback>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QVoucherChargeback extends com.querydsl.core.types.dsl.EntityPathBase<VoucherChargeback>QVoucherChargeback is a Querydsl query type for VoucherChargeback- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QVoucherTransaction_superQBigDecimalamountcom.querydsl.core.types.dsl.SetPath<VoucherTransactionAmountReservation,QVoucherTransactionAmountReservation>amountReservationsprotected QBasicUserbyprotected QVoucherTransactionchargebackOfprotected 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 QVoucherChargebackvoucherChargeback
-
Constructor Summary
Constructors Constructor Description QVoucherChargeback(com.querydsl.core.types.Path<? extends VoucherChargeback> path)QVoucherChargeback(com.querydsl.core.types.PathMetadata metadata)QVoucherChargeback(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherChargeback(Class<? extends VoucherChargeback> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherChargeback(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QBasicUserby()QVoucherTransactionchargebackOf()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
-
voucherChargeback
public static final QVoucherChargeback voucherChargeback
-
_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
-
chargebackOf
protected QVoucherTransaction chargebackOf
-
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
-
QVoucherChargeback
public QVoucherChargeback(String variable)
-
QVoucherChargeback
public QVoucherChargeback(com.querydsl.core.types.Path<? extends VoucherChargeback> path)
-
QVoucherChargeback
public QVoucherChargeback(com.querydsl.core.types.PathMetadata metadata)
-
QVoucherChargeback
public QVoucherChargeback(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QVoucherChargeback
public QVoucherChargeback(Class<? extends VoucherChargeback> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
by
public QBasicUser by()
-
chargebackOf
public QVoucherTransaction chargebackOf()
-
chargedBackBy
public QVoucherChargeback chargedBackBy()
-
transaction
public QInternalTransaction transaction()
-
user
public QUser user()
-
voucher
public QVoucher voucher()
-
-