Package org.cyclos.entities.banking
Class QVoucherUnblockAmountReservation
- 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<VoucherUnblockAmountReservation>
-
- org.cyclos.entities.banking.QVoucherUnblockAmountReservation
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<VoucherUnblockAmountReservation>,com.querydsl.core.types.Expression<VoucherUnblockAmountReservation>,com.querydsl.core.types.Path<VoucherUnblockAmountReservation>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QVoucherUnblockAmountReservation extends com.querydsl.core.types.dsl.EntityPathBase<VoucherUnblockAmountReservation>QVoucherUnblockAmountReservation is a Querydsl query type for VoucherUnblockAmountReservation- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QAmountReservation_superprotected QAccountaccountQBigDecimalamountQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idprotected QTransactiontransactionprotected QVouchervoucherstatic QVoucherUnblockAmountReservationvoucherUnblockAmountReservation
-
Constructor Summary
Constructors Constructor Description QVoucherUnblockAmountReservation(com.querydsl.core.types.Path<? extends VoucherUnblockAmountReservation> path)QVoucherUnblockAmountReservation(com.querydsl.core.types.PathMetadata metadata)QVoucherUnblockAmountReservation(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherUnblockAmountReservation(Class<? extends VoucherUnblockAmountReservation> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QVoucherUnblockAmountReservation(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
-
voucherUnblockAmountReservation
public static final QVoucherUnblockAmountReservation voucherUnblockAmountReservation
-
_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
-
QVoucherUnblockAmountReservation
public QVoucherUnblockAmountReservation(String variable)
-
QVoucherUnblockAmountReservation
public QVoucherUnblockAmountReservation(com.querydsl.core.types.Path<? extends VoucherUnblockAmountReservation> path)
-
QVoucherUnblockAmountReservation
public QVoucherUnblockAmountReservation(com.querydsl.core.types.PathMetadata metadata)
-
QVoucherUnblockAmountReservation
public QVoucherUnblockAmountReservation(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QVoucherUnblockAmountReservation
public QVoucherUnblockAmountReservation(Class<? extends VoucherUnblockAmountReservation> 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()
-
-