Package org.cyclos.entities.banking
Class QVoucher
- 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<Voucher>
-
- org.cyclos.entities.banking.QVoucher
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Voucher>,com.querydsl.core.types.Expression<Voucher>,com.querydsl.core.types.Path<Voucher>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QVoucher extends com.querydsl.core.types.dsl.EntityPathBase<Voucher>QVoucher is a Querydsl query type for Voucher- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseEntity_supercom.querydsl.core.types.dsl.BooleanPathaboutToExpireNotifiedprotected QVoucherTopUpactivationQBigDecimalamountcom.querydsl.core.types.dsl.SetPath<VoucherAmountReservation,QVoucherAmountReservation>amountDereservationsQBigDecimalbalancecom.querydsl.core.types.dsl.SetPath<VoucherCustomFieldValue,QVoucherCustomFieldValue>customValuescom.querydsl.core.types.dsl.StringPathemailcom.querydsl.core.types.dsl.BooleanPathenableNotificationsQDateexpirationDatecom.querydsl.core.types.dsl.StringPathexpirationDateCommentscom.querydsl.core.types.dsl.BooleanPathexpirationNotifiedcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathmobilePhoneprotected QUserownerprotected QVoucherPackpackcom.querydsl.core.types.dsl.StringPathpinQDatepinBlockedUntilcom.querydsl.core.types.dsl.BooleanPathprintedprotected QPaymentrefundcom.querydsl.core.types.dsl.EnumPath<VoucherStatus>statuscom.querydsl.core.types.dsl.StringPathtokencom.querydsl.core.types.dsl.SetPath<VoucherTransaction,QVoucherTransaction>transactionscom.querydsl.core.types.dsl.SetPath<VoucherUnblockAmountReservation,QVoucherUnblockAmountReservation>unblockReservationsQIntegerversionstatic QVouchervoucher
-
Constructor Summary
Constructors Constructor Description QVoucher(com.querydsl.core.types.Path<? extends Voucher> path)QVoucher(com.querydsl.core.types.PathMetadata metadata)QVoucher(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucher(Class<? extends Voucher> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucher(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QVoucherTopUpactivation()com.querydsl.core.types.dsl.DateTimeExpression<Date>currentExpiration()com.querydsl.core.types.PredicatecurrentExpirationInPeriod(DatePeriod period)QUserowner()QVoucherPackpack()QPaymentrefund()-
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
-
voucher
public static final QVoucher voucher
-
_super
public final QBaseEntity _super
-
aboutToExpireNotified
public final com.querydsl.core.types.dsl.BooleanPath aboutToExpireNotified
-
activation
protected QVoucherTopUp activation
-
amount
public final QBigDecimal amount
-
amountDereservations
public final com.querydsl.core.types.dsl.SetPath<VoucherAmountReservation,QVoucherAmountReservation> amountDereservations
-
balance
public final QBigDecimal balance
-
customValues
public final com.querydsl.core.types.dsl.SetPath<VoucherCustomFieldValue,QVoucherCustomFieldValue> customValues
-
email
public final com.querydsl.core.types.dsl.StringPath email
-
enableNotifications
public final com.querydsl.core.types.dsl.BooleanPath enableNotifications
-
expirationDate
public final QDate expirationDate
-
expirationDateComments
public final com.querydsl.core.types.dsl.StringPath expirationDateComments
-
expirationNotified
public final com.querydsl.core.types.dsl.BooleanPath expirationNotified
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
mobilePhone
public final com.querydsl.core.types.dsl.StringPath mobilePhone
-
owner
protected QUser owner
-
pack
protected QVoucherPack pack
-
pin
public final com.querydsl.core.types.dsl.StringPath pin
-
pinBlockedUntil
public final QDate pinBlockedUntil
-
printed
public final com.querydsl.core.types.dsl.BooleanPath printed
-
refund
protected QPayment refund
-
status
public final com.querydsl.core.types.dsl.EnumPath<VoucherStatus> status
-
token
public final com.querydsl.core.types.dsl.StringPath token
-
transactions
public final com.querydsl.core.types.dsl.SetPath<VoucherTransaction,QVoucherTransaction> transactions
-
unblockReservations
public final com.querydsl.core.types.dsl.SetPath<VoucherUnblockAmountReservation,QVoucherUnblockAmountReservation> unblockReservations
-
version
public final QInteger version
-
-
Constructor Detail
-
QVoucher
public QVoucher(String variable)
-
QVoucher
public QVoucher(com.querydsl.core.types.Path<? extends Voucher> path)
-
QVoucher
public QVoucher(com.querydsl.core.types.PathMetadata metadata)
-
QVoucher
public QVoucher(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
currentExpirationInPeriod
public com.querydsl.core.types.Predicate currentExpirationInPeriod(DatePeriod period)
-
currentExpiration
public com.querydsl.core.types.dsl.DateTimeExpression<Date> currentExpiration()
-
activation
public QVoucherTopUp activation()
-
owner
public QUser owner()
-
pack
public QVoucherPack pack()
-
refund
public QPayment refund()
-
-