Package org.cyclos.entities.banking
Class QVoucherAmountReservation
- 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<VoucherAmountReservation>
-
- org.cyclos.entities.banking.QVoucherAmountReservation
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<VoucherAmountReservation>,com.querydsl.core.types.Expression<VoucherAmountReservation>,com.querydsl.core.types.Path<VoucherAmountReservation>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QVoucherAmountReservation extends com.querydsl.core.types.dsl.EntityPathBase<VoucherAmountReservation>QVoucherAmountReservation is a Querydsl query type for VoucherAmountReservation- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QAmountReservation_superprotected QAccountaccountQBigDecimalamountQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idprotected QTransactiontransactionprotected QVouchervoucherstatic QVoucherAmountReservationvoucherAmountReservation
-
Constructor Summary
Constructors Constructor Description QVoucherAmountReservation(com.querydsl.core.types.Path<? extends VoucherAmountReservation> path)QVoucherAmountReservation(com.querydsl.core.types.PathMetadata metadata)QVoucherAmountReservation(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherAmountReservation(Class<? extends VoucherAmountReservation> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherAmountReservation(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccountaccount()QTransactiontransaction()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
-
voucherAmountReservation
public static final QVoucherAmountReservation voucherAmountReservation
-
_super
public final QAmountReservation _super
-
account
protected QAccount account
-
amount
public final QBigDecimal amount
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
transaction
protected QTransaction transaction
-
voucher
protected QVoucher voucher
-
-
Constructor Detail
-
QVoucherAmountReservation
public QVoucherAmountReservation(String variable)
-
QVoucherAmountReservation
public QVoucherAmountReservation(com.querydsl.core.types.Path<? extends VoucherAmountReservation> path)
-
QVoucherAmountReservation
public QVoucherAmountReservation(com.querydsl.core.types.PathMetadata metadata)
-
QVoucherAmountReservation
public QVoucherAmountReservation(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QVoucherAmountReservation
public QVoucherAmountReservation(Class<? extends VoucherAmountReservation> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
account
public QAccount account()
-
transaction
public QTransaction transaction()
-
voucher
public QVoucher voucher()
-
-